com.esri.arcgis.geometry
Interface IGeometry3
- All Superinterfaces:
- IGeometry, IGeometry2, Serializable
- All Known Subinterfaces:
- IGeometry4, IGeometry5
- All Known Implementing Classes:
- Envelope, GeometryBag, MultiPatch, Multipoint, Point, Polygon, Polyline
public interface IGeometry3
- extends IGeometry2, Serializable
Provides rapid access to a geometry's extent in the x-y plane.
Superseded By
IGeometry5
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
queryWKSEnvelope(_WKSEnvelope[] e)
Defines the specified wksenvelope to be the current extent of this geometry in the x-y plane. |
Methods inherited from interface com.esri.arcgis.geometry.IGeometry |
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference |
queryWKSEnvelope
void queryWKSEnvelope(_WKSEnvelope[] e)
throws IOException,
AutomationException
- Defines the specified wksenvelope to be the current extent of this geometry in the x-y plane.
Description
The QueryWKSEnvelope method returns a WKSEnvelope structure corresponding to the envelope of the geometry. Use that method to quickly get the XMin, XMax, YMin and YMax values.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
e
- A Structure: com.esri.arcgis.system._WKSEnvelope (A com.esri.arcgis.system._WKSEnvelope COM typedef) (out: use single element array)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.