ArcGIS Runtime SDK for WPF - Library Reference
Envelope Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.Client.Geometry Namespace : Envelope Class


The following tables list the members exposed by Envelope.

Public Constructors

 NameDescription
public ConstructorEnvelope ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyExtentOverridden. Gets the minimum enclosing envelope of the instance  
public PropertyHeightGets the height of the instance.  
public PropertyMMaxGets or sets Mmax.  
public PropertyMMinGets or sets Mmin.  
public PropertySpatialReferenceGets or sets the spatial reference. (Inherited from ESRI.ArcGIS.Client.Geometry.Geometry)
public PropertyWidthGets the width of the instance.  
public PropertyXMaxGets or sets Xmax.  
public PropertyXMinGets or sets Xmin.  
public PropertyYMaxGets or sets Ymax.  
public PropertyYMinGets or sets Ymin.  
public PropertyZMaxGets or sets Zmax.  
public PropertyZMinGets or sets Zmin.  
Top

Public Methods

 NameDescription
public MethodCloneCreates a deep clone of the current Object.  
public MethodEqualsOverloaded. Indicates whether the current object is equal to another object of the same type.  
public MethodExpandCreates a new envelope expanded by the amount specified.  
public MethodGetCenterGets the center of the instance.  
public MethodIntersectionCalculates the intersection between this instance and the specified envelope.  
public MethodIntersectsReturns true if this instance intersects an envelope.  
public Methodstatic (Shared in Visual Basic)ShiftCentralMeridianShifts the central meridian. This method calculates a new XMin, XMax and SpatialReference.WKT when Dateline is crossed. Only 4326 and WebMercator is supported.  
public MethodToJsonSerializes the geometry to JSON. (Inherited from ESRI.ArcGIS.Client.Geometry.Geometry)
public MethodToStringReturns a System.String that represents the current System.Object.  
public MethodUnionReturns the union of this instance and the specified envelope.  
Top

See Also

© ESRI, Inc. All Rights Reserved.