Extent.Extent

Extent()

Creates new instance.

public Extent()

See Also


Extent(SpatialReferenceSystem)

Creates new instance.

public Extent(SpatialReferenceSystem srs)
ParameterTypeDescription
srsSpatialReferenceSystemSpatialReferenceSystem associated with this extent. Can be null to indicate that SRS is unknown.

See Also


Extent(double, double, double, double, SpatialReferenceSystem)

Creates new instance.

public Extent(double xMin, double yMin, double xMax, double yMax, SpatialReferenceSystem srs = null)
ParameterTypeDescription
xMinDoubleMinimum X value.
yMinDoubleMinimum Y value.
xMaxDoubleMaximum X value.
yMaxDoubleMaximum Y value.
srsSpatialReferenceSystemSpatialReferenceSystem associated with this extent. Can be null to indicate that SRS is unknown.

See Also