Extent Class |
Namespace: Aspose.Gis
The Extent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Extent |
Creates new instance.
|
![]() | Extent(SpatialReferenceSystem) |
Creates new instance.
|
![]() | Extent(Double, Double, Double, Double, SpatialReferenceSystem) |
Creates new instance.
|
Name | Description | |
---|---|---|
![]() | Center | Center of the extent. |
![]() | Height | Height of the extent. |
![]() | IsValid |
Determines whether this Extent is valid.
|
![]() | SpatialReferenceSystem | SpatialReferenceSystem associated with this extent.
Can be if SpatialReferenceSystem is unknown.
Use GetTransformed(SpatialReferenceSystem)
in order to transform extent between difference spatial reference systems.
|
![]() | Width | Width of the extent. |
![]() | XMax | Maximum value of the X coordinate. |
![]() | XMin | Minimum value of the X coordinate. |
![]() | YMax | Maximum value of the Y coordinate. |
![]() | YMin | Minimum value of the Y coordinate. |
Name | Description | |
---|---|---|
![]() | Clone |
Clones this instance.
|
![]() | Contains(Extent) |
Determines whether this extent contains the argument.
|
![]() | Contains(IGeometry) |
Determines whether this extent contains the argument.
|
![]() | Contains(Double, Double) |
Determines whether this extent contains a coordinate defined by the arguments.
|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | Equals(Extent) | Indicates whether the current object is equal to another object of the same type. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) |
![]() | GetTransformed |
Returns new extent in specified SpatialReferenceSystem that contains this extent.
|
![]() | GetType | (Inherited from Object.) |
![]() | Grow(Extent) |
Grows this extent so it includes the argument.
|
![]() | Grow(Double, Double) | Grows this extent so it includes the specified point. |
![]() | GrowX | Grows this extent along the X axis so it includes the specified value. |
![]() | GrowY | Grows this extent along the Y axis so it includes the specified value. |
![]() | Intersects(Extent) |
Determines whether this extent intersects with the argument.
|
![]() | Intersects(IGeometry) |
Determines whether this extent intersects with the argument.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Normalize | |
![]() | ToPolygon |
Converts this extent to a rectangular polygon that represents it.
|
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the '==' operator.
|
![]() ![]() | Inequality |
Implements the '!=' operator.
|