Overload | Description |
---|---|
CreateEnvelope(SpatialReference) | Convenience method to create a new instance of the Envelope class. The new instance is empty. |
CreateEnvelope(Double,Double,Double,Double,SpatialReference) | Convenience method to create a new instance of the Envelope class. |
CreateEnvelope(Coordinate2D,Coordinate2D,SpatialReference) | Convenience method to create a new instance of the Envelope class. |
CreateEnvelope(Coordinate3D,Coordinate3D,SpatialReference) | Convenience method to create a new instance of the Envelope class. |
CreateEnvelope(MapPoint,MapPoint,SpatialReference) | Convenience method to create a new instance of the Envelope class. |
CreateEnvelope(Envelope,SpatialReference) | Convenience method to create a new instance of the Envelope class. |