Click or drag to resize

CartographicExtent Class

A two dimensional region specified by longitude and latitude coordinate bounds.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CoordinatesCartographicExtent

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class CartographicExtent : IEquatable<CartographicExtent>, 
	IEquatableEpsilon<CartographicExtent>

The CartographicExtent type exposes the following members.

Constructors
  NameDescription
Public methodCartographicExtent(Double, Double, Double, Double)
Initializes a new instance with the specified coordinate bounds with the LongitudePiInNativeUnits and LatitudePiInNativeUnits in radians.
Public methodCartographicExtent(Double, Double, Double, Double, Double)
Initializes a new instance with the specified coordinate bounds.
Public methodCartographicExtent(Double, Double, Double, Double, Double, Double)
Initializes a new instance with the specified coordinate bounds.
Top
Properties
  NameDescription
Public propertyCenter
Gets the center of the extent.
Public propertyEastLongitude
Gets the easternmost longitude.
Public propertyLatitudePiInNativeUnits
Gets the value of π in the native units of the latitude coordinate.
Public propertyLength
Gets the length of the extent. The length is the difference between NorthLatitude and SouthLatitude.
Public propertyLongitudePiInNativeUnits
Gets the value of π in the native units of the longitude coordinate.
Public propertyNorthLatitude
Gets the northernmost latitude.
Public propertySouthLatitude
Gets the southernmost latitude.
Public propertyWestLongitude
Gets the westernmost longitude.
Public propertyWidth
Gets the width of the extent. The width is the difference between EastLongitude and WestLongitude.
Top
Methods
  NameDescription
Public methodEquals(CartographicExtent)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEqualsEpsilon
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance. A negative tolerance effectively contracts the extent; a positive tolerance effectively expands the extent.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsInsideExtent
Determines if the specified location is inside the extent.
Public methodIsInsideExtentEpsilon
Determines if the specified location is inside the extent.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ObjectToString.)
Public methodUnion
Computes the union of this extent with another extent. The union of two extents is the smallest extent that includes both.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also