ESRI.ArcGIS.ADF.Web
Envelope Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.Geometry Namespace : Envelope Class




The following tables list the members exposed by Envelope.

Public Constructors

 NameDescription
Public ConstructorEnvelope ConstructorOverloaded.  Constructs an Envelope.  
Top

Public Properties

 NameDescription
Public PropertyHeight Gets the height of the Envelope.  
Public PropertyMMaxGets or sets the minimum M-coordinate of the Envelope.  
Public PropertyMMinGets or sets the maximum M-coordinate of the Envelope.  
Public PropertySpatialReference Gets or sets the SpatialReference of the Geometry. (Inherited from Geometry)
Public PropertyWidth Gets the width of the Envelope.  
Public PropertyXMax Gets or sets the maximum x-coordinate of the Envelope.  
Public PropertyXMin Gets or sets the minimum x-coordinate of the Envelope.  
Public PropertyYMax Gets or sets the maximum y-coordinate of the Envelope.  
Public PropertyYMin Gets or sets the minimum y-coordinate of the Envelope.  
Public PropertyZMaxGets or sets the maximum z-coordinate of the Envelope.  
Public PropertyZMinGets or sets the maximum z-coordinate of the Envelope.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden.  Creates a deep clone of the current Object.  
Public MethodExpand Expands the Envelope by a given percentage.  
Public MethodGetSchema This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.  
Public MethodIsEqualCompares the X, Y and Z values for the envelopes.  
Public MethodReadXml Generates an object from its XML representation.  
Public Methodstatic (Shared in Visual Basic)ToMapEnvelopeOverloaded. Deprecated. Use ToMapEnvelope(Rectangle, TransformationParams) instead.  
Public MethodToScreenRectangle Converts an envelope in map coordinates to a Rectangle in screen coordinates (pixel coordinates).  
Public MethodToStringOverridden.  Converts the Envelope to its string representation.  
Public MethodUnion Enlarges the current envelope as necessary to cover the extent of the input geometry.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

See Also

© 2010 All Rights Reserved.