Map Class |
Namespace: Aspose.Gis.Rendering
The Map type exposes the following members.
| Name | Description | |
|---|---|---|
| Map |
Creates new instance of the Map class.
|
| Name | Description | |
|---|---|---|
| BackgroundColor |
Background color of the map. Defaults to Transparent.
| |
| Count | Gets the number of layers in the map. | |
| Extent |
Specifies bounds of map to render.
If set to , extent is calculated during rendering to include all geometries in all layers.
| |
| Height | Visual height of the map. | |
| Item | Gets the layer at the specified index. | |
| Padding |
Specifies padding to add to the extent.
| |
| Resolution | Resolution to be used to render this map and to convert between Measurement. Defaults to 96. | |
| SpatialReferenceSystem | SpatialReferenceSystem of the map. | |
| Width | Visual width of the map. |
| Name | Description | |
|---|---|---|
| Add(FeaturesSequence) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Add(MapLayer) |
Adds a layer to the map. Layers are rendered in addition order.
| |
| Add(FeaturesSequence, VectorSymbolizer) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Add(VectorLayer, Boolean) |
Creates a VectorMapLayer with default symbolizer and adds it to the map. Layers are rendered in addition order.
| |
| Add(FeaturesSequence, VectorSymbolizer, Labeling) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Add(VectorLayer, VectorSymbolizer, Boolean) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Add(VectorLayer, VectorSymbolizer, Labeling, Boolean) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Dispose | Disposes resources. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the layers in the map. | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Render(String, Renderer) |
Renders map into a file.
| |
| Render(AbstractPath, Renderer) |
Renders map into a file.
| |
| ToString | (Inherited from Object.) |