The variant of Well-Known Binary
Namespace:
Aspose.Gis.Geometries
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
SyntaxPublic Enumeration WkbVariant
public enum class WkbVariant
Members
| Member name | Value | Description |
---|
| SimpleFeatureAccessOutdated | 0 |
Well-Known Binary compliant with Simple Feature Access specification, version 1.1.
|
| Iso | 1 |
Well-Known Binary compliant with ISO standard "SQL Multimedia and application packages - Part 3: Spatial" and
Simple Feature Access specification, version 1.2.
|
| ExtendedPostGis | 2 |
Extended Well-Known Binary variant designed by PostGIS that exports Spatial Reference System identifier (EPSG code).
|
See Also