MapPackageTable.Crs Property
Gets or sets the coordinate reference system of the MapPackageTable.
Thread safety: This property is not thread-safe.
Syntax
public Crs Crs { get; set; }
Property Value
Type: Crs
Default: Differs depending on type. See the table below.
The coordinate reference system of the MapPackageTable.
Default: Differs depending on type. See the table below.
The coordinate reference system of the MapPackageTable.
Default values
Class | Default value |
---|---|
MapPackageCoverageTable | Crs.Wgs84LongLat |
MapPackageImageTable | Crs.Wgs84LongLat |
MapPackageModelTable | Not used. |
MapPackageTable | Crs.Wgs84LongLat |
MapPackageVectorTable | Crs.Wgs84LongLat |
Platforms
Windows, Linux, Android