| Class | Description | |
|---|---|---|
![]() | C1CustomLayer | Represents a custom layer. The rendering of the layer is customized by user. |
![]() | C1ItemsLayer | Represents a layer for drawing its items positioned geographically inside a C1Maps. |
![]() | C1Layer | Represents the layer which can be appended to the C1Maps. |
![]() | C1Maps | Represents the C1Maps control. |
![]() | C1MapsSerializer | Serializes the C1Maps Control. |
![]() | C1VectorItemBase | The base calss of vector item, which is used to construct wijjson data object. |
![]() | C1VectorLayer | Represents a layer for drawing vectors. |
![]() | C1VectorPlacemark | Represents a placemark vector item. |
![]() | C1VectorPolygon | Represents a polygon vector item. |
![]() | C1VectorPolyline | Represents a polyline vector item. |
![]() | C1VirtualLayer | Represents a layer for drawing its items positioned geographically and only shows the items actually in view. |
![]() | GeoJsonData | Represents the data object of the data source for C1VectorLayer, when the C1VectorLayer.DataType is set to DataType.GeoJson |
![]() | KmlReader | The util for immporting the KML and KMZ files. |
![]() | MapSlice | Represents a map slice as used in C1VirtualLayer. |
![]() | MultiScaleTileSource | Represents the tile source for the C1Maps. |
![]() | Placemark | Represents the settings for customize the rendering of placemmark. |
![]() | WijJsonData | Represents the data object of the data source for C1VectorLayer, when the C1VectorLayer.DataType is set to DataType.GeoJson |
| Structure | Description | |
|---|---|---|
![]() | LOD | The LOD (Level Of Detail) structure associates element visibility with the map scale (zoom and size). |
![]() | PointD | Represents an ordered pair of double x- and y-coordinates that defines a point in a two-dimensional plane. |
| Enumeration | Description | |
|---|---|---|
![]() | DataType | Specifies the type of data for C1VectorLayer. |
![]() | LabelPosition | Specifies the label position relates to the placemark location. |
![]() | LabelVisibility | Specifies the visibility of the label for the placemark. |
![]() | MapSource | Specifies the map source for the tile layer. |
![]() | PenLineCap | Specifies the shape at the end of the line. |
![]() | PenLineJoin | Specifies the shape that joins two lines. |
![]() | VectorType | Specifies the type of the vector item. |