ESRI.ArcGIS.Mobile
Envelope Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace : Envelope Class


The following tables list the members exposed by Envelope.

Public Constructors

 NameDescription
Public ConstructorEnvelope ConstructorOverloaded. Initializes a new instance of the Envelope class.  
Top

Public Properties

 NameDescription
Public PropertyArea Returns the area of the envelope in spatial reference units.  
Public PropertyBottomLeft Gets the bottom left coordinate of the envelope.  
Public PropertyBottomRight Gets the bottom right coordinate of the envelope.  
Public PropertyBoundaryDimensionGets the geometry boundary dimension.  
Public PropertyCenter Returns an coordinate representing the center of the envelope.  
Public PropertyDimensionGets the geometry dimension.  
Public PropertyExtentReturns the envelope of the Geometry.  
Public PropertyGeometryTypeGets the geometry type of the envelope.  
Public PropertyHeight Gets the envelope height in spatial reference units.  
Public PropertyIsEmptyIndicates if the envelope is empty.  
Public PropertyIsGeometryCollectionIndicates if this geometry is a collection of parts.  
Public PropertyParts Gets the part collection.  
Public PropertyPerimeterReturns perimeter of the envelope in spatial reference units.  
Public PropertyUpperLeft Gets the upper left coordinate of the envelope.  
Public PropertyUpperRight Gets the upper right coordinate of the envelope.  
Public PropertyWidth Gets the envelope width in spatial reference units.  
Public PropertyXCenterGets the center of the extent in the X direction.  
Public PropertyXMaxGets or sets the maximum X value.  
Public PropertyXMinGets or sets the minimum X value.  
Public PropertyYCenterGets the center of the extent in the Y direction.  
Public PropertyYMaxGets or sets the maximum Y value.  
Public PropertyYMinGets or sets the minimum Y value.  
Top

Public Methods

 NameDescription
Public MethodCenterAtOverloaded.  Centers the envelope at the given coordinate.  
Public MethodClear Sets the envelope to empty.  
Public MethodClip Clips this envelope using another envelope.  
Public MethodCloneGets a clone of the Envelope.  
Public MethodContainsOverloaded. Checks if this envelope contains the input envelope.  
Public MethodCrossesChecks if the envelope crosses another geometry.  
Public MethodDisjointChecks if the envelopes are disjointed(no common elements).  
Public MethodDistanceReturns the minimum distance between the two geometries.  
Public MethodEquivalentToDetermines if two Geometry instances are equivalent in value.  
Public MethodExportToEsriShape Not implemented for Envelope.  
Public MethodExportToWgs84EsriShape Not implemented for Envelope.  
Public MethodGetSchema Returns the Xml Schema.  
Public MethodGetSquareDistance Minimum distance between the envelopes.  
Public MethodInitializeOverloaded. Initializes the envelope using a set of coordinates.
Initializes the envelope using a set of coordinates.  
Public MethodIntersectsDetermines if this envelope intersects the input geometry.  
Public MethodOffset Moves the envelope relative to its current position in both X and Y directions.  
Public MethodOffsetX Moves the envelope relative to its current position in the X direction.  
Public MethodOffsetY Moves the envelope relative to its current position in the Y direction.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodRelate Checks if the specified spatial relationship exists the envelope and another geometry.  
Public MethodResizeOverloaded.  Resizes the envelope width by 2 * dx and the envelope height by 2 * dy.  
Public MethodResizeX Resizes the extent width.  
Public MethodResizeY Resizes the extent height.  
Public MethodSetEmptySets the Envelope empty.  
Public MethodSubtractSubtracts an envelope from this envelope.  
Public MethodToCoordinateCollectionGets the coordinate collection of this Envelope.  
Public MethodToPolygonGets a polygon object equivalent to this Envelope.  
Public MethodToStringOverridden. Returns a String that represents the current Envelope.  
Public MethodTouchesChecks if the envelope touches another geometry.  
Public MethodUnionOverloaded. Resizes the envelope to include another envelope.  
Public MethodWithinChecks if the envelope is within another geometry.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

See Also

© 2013 All Rights Reserved.