GmlDriverSupportsSpatialReferenceSystem Method |
Determines, whether specified spatial reference system is supported by the driver.
Namespace:
Aspose.Gis.Formats.Gml
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public override bool SupportsSpatialReferenceSystem(
SpatialReferenceSystem spatialReferenceSystem
)
Public Overrides Function SupportsSpatialReferenceSystem (
spatialReferenceSystem As SpatialReferenceSystem
) As Boolean
public:
virtual bool SupportsSpatialReferenceSystem(
SpatialReferenceSystem^ spatialReferenceSystem
) override
abstract SupportsSpatialReferenceSystem :
spatialReferenceSystem : SpatialReferenceSystem -> bool
override SupportsSpatialReferenceSystem :
spatialReferenceSystem : SpatialReferenceSystem -> bool
Parameters
- spatialReferenceSystem
- Type: Aspose.Gis.SpatialReferencingSpatialReferenceSystem
Spatial reference system.
Return Value
Type:
BooleanBoolean value, indicating whether specified spatial reference system is supported by the driver.
See Also