Class | Description | |
---|---|---|
![]() | C1MapCanvas | A System.Windows.Controls.Panel that positions its elements using geographic coordinates and the current state of an associated C1Maps. |
![]() | C1MapItemsLayer | An System.Windows.Controls.ItemsControl that displays its items positioned geographically inside a C1Maps. |
![]() | C1Maps | Displays a map with layers of content above it. |
![]() | C1MapTilesLayer | A IMapLayer that displays map tiles from a System.Windows.Media.MultiScaleTileSource |
![]() | C1MapToolsLayer | A IMapLayer that displays tools for panning and zooming the map, and a scale. |
![]() | C1MapVirtualLayer | A IMapLayer that displays its items positioned geographically and only shows the items actually in view. |
![]() | C1MultiScaleImage | This object enables users to open a multi-resolution image which can be zoomed in on and panned across. |
![]() | C1MultiScaleTileSource | Base class for C1's System.Windows.Media.MultiScaleTileSource implementations. |
![]() | C1ShapeAttributes | This class contains all attributes from dbf file. |
![]() | C1VectorItem | Represents element with geometry defined in geographic coordinates. |
![]() | C1VectorItemBase | An element for C1VectorLayer. |
![]() | C1VectorLayer | Represents map layer with the shapes, vectors or geometries in geographical coordinates. |
![]() | C1VectorLayer.UriSourceFailedEventArgs | Provides data for C1VectorLayer.UriSourceFailed event. |
![]() | C1VectorPanel | The panel which performs layout of vector elements. |
![]() | C1VectorPlacemark | Represents placemark on the map. |
![]() | C1VectorPolygon | Represents polygon in geographical coordinates. |
![]() | C1VectorPolyline | Represents polyline in geographical coordinates. |
![]() | FileHeader | |
![]() | GeoRssReader | Contains methods for importing GeoRSS data. |
![]() | KmlReader | Contains methods for importing KML and KMZ files. |
![]() | KmlWriter | Contains methods for KML export. |
![]() | KmzReader | Contains methods for importing KMZ files (compressed KML). |
![]() | LongLatConverter | Converts from a string to a System.Windows.Point representing a geographic coordinate and back. |
![]() | MapSlice | Represents a map slice as used in C1MapVirtualLayer. |
![]() | MercatorProjection | A IMapProjection implementation for the Mercator projection. |
![]() | QuadTreeTileSource | Base class for System.Windows.Media.MultiScaleTileSource implementation accessing a quad tree of tiles. |
![]() | ShapeReader | Contains methods for importing ShapeFile and DBF files. |
![]() | TilesLoadProgressEventArgs | Provides data for the C1MultiScaleImage.TilesLoadProgress event. |
![]() | VirtualEarthAerialSource | A System.Windows.Media.MultiScaleTileSource accessing Microsoft's Virtual Earth aerial tiles. |
![]() | VirtualEarthHybridSource | A System.Windows.Media.MultiScaleTileSource accessing Microsoft's Virtual Earth hybrid tiles. |
![]() | VirtualEarthRoadSource | A System.Windows.Media.MultiScaleTileSource accessing Microsoft's Virtual Earth road tiles. |
![]() | VirtualEarthSource | Base class for Virtual Earth sources. |
![]() | XElementConverter | Provides conversion routines for binding with XML-based data. |
Interface | Description | |
---|---|---|
![]() | IMapLayer | Interface implemented by classes that will be added as layers of a C1Maps. |
![]() | IMapProjection | Interface for projections between geographic coordinates and logical coordinates. |
![]() | IMapVirtualSource | Interface implemented by items sources for C1MapVirtualLayer. |
Structure | Description | |
---|---|---|
![]() | LOD | The LOD (Level Of Detail) structure associates element visibility with the map scale (zoom and size). |
Delegate | Description | |
---|---|---|
![]() | SaveElementCallback | Callback for KmlWriter.Write method. |
Enumeration | Description | |
---|---|---|
![]() | LabelPosition | Specifies label position relatively to the corresponding element. |
![]() | LabelVisibility | Specifies label visibility. |
![]() | LongLatFormat | Defines different string representations of geographic coordinates. |
![]() | MapTilesMode | Defines the modes used to display tiles in C1MapTilesLayer. |