com.esri.arcgis.geometry
Interface IMultiPatch2
- All Superinterfaces:
- IGeometry, IMultiPatch, java.io.Serializable
- All Known Implementing Classes:
- IMultiPatch2Proxy
- public interface IMultiPatch2
- extends IMultiPatch, java.io.Serializable
Provides access to members that permit controlled access to MultiPatch parts.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| Methods inherited from interface com.esri.arcgis.geometry.IGeometry |
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference |
setXYFootprintByRef
public void setXYFootprintByRef(IGeometry rhs1)
throws java.io.IOException,
AutomationException
- A reference to a cached copy of the multipatch's footprint in the x-y plane.
- Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IGeometry (in)
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.