KmlDriver.SupportsSpatialReferenceSystem

KmlDriver.SupportsSpatialReferenceSystem method

Determines, whether specified spatial reference system is supported by the driver.

public override bool SupportsSpatialReferenceSystem(SpatialReferenceSystem spatialReferenceSystem)
ParameterTypeDescription
spatialReferenceSystemSpatialReferenceSystemSpatial reference system.

Return Value

Boolean value, indicating whether specified spatial reference system is supported by the driver.

Remarks

For KML, the only supported spatial reference system is WGS84.

See Also