See: Description
Interface | Description |
---|---|
K2DElementFactory |
Classes that implement the K2DElementFactory interface are used to create K2DElement
instances based using specified parameters.
|
PathGeometry |
Class | Description |
---|---|
AbstractK2DElementFactory | |
DefaultK2DElementFactory |
DefaultK2DElementFactory is the default K2DElement factory used in JMap.
|
ElementTypes |
Defines constants for supported element types in JMap
|
ExtendedGeneralPath |
The
ExtendedGeneralPath class represents a geometric path
constructed from straight lines, quadratic and cubic (Bézier) curves and
elliptical arc. |
K2DComplexElement |
A class containing many K2DElement (K2DPolygon, K2DPolyline, K2DPoint, etc).
|
K2DElement |
An abstract class that graphic element classes overrides to be displayed on
a map in a JMap view.
|
K2DEllipse |
A class used to display 2D ellipse type geometries.
|
K2DImage |
A class representing a 2D image.
|
K2DMatrix |
A low level class representing a 2D geometric affine transformation matrix.
|
K2DPoint |
A class used to display 2D point type geometries.
|
K2DPointFactory | |
K2DPolygon |
A class used to display 2D polygon type geometries.
|
K2DPolyline |
A class representing a polyline.
|
K2DStyledElement |
A class encapsulating a Style object and a K2DElement object.
|
K2DText |
A class representing a scalable text element (map annotation).
|
K2DTransform |
A class representing a 2D transformation matrix and helper methods used to
apply affine 2D transformations (translation, rotation, scaling) to map
elements.
|
KLabel |
A class representing a 2D scalable string
|
KLabelBox |
A class representing a 2D text box.
|
LineStringRenderer |
A class used to render line strings as an AWT shape.
|
PolygonRenderer |
A class used to render polygons as an AWT shape.
|
Res | |
Res_es | |
Res_fr | |
Res_pt | |
ResLoader |