public class MultiPatch extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IGeometry, IGeometry2, IGeometry3, IGeometry4, IGeometry5, IGeometryCollection, IPointCollection, IPointCollection4, IMultiPatch, IConstructMultiPatch, ITopologicalOperator, ITopologicalOperator2, ITopologicalOperator3, IHitTest, IHitTest3D, IArea, IArea3D, IZAware, IZCollection, IMAware, IMCollection, IPointIDAware, ISupportErrorInfo, IPersist, IPersistStream, IClone, ITransform2D, ITransform3D, IXMLSerialize, IMSnap, IGeneralMultiPatchInfo, IProximityOperator, IRelationalOperator, IRelationalOperator2, IProximityOperator3D, IRelationalOperator3D, IRelationalOperator3D2, IVolume, java.io.Externalizable
Description 'A collection of surface patches.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
IID, IID134b247e_83f6_471c_9ad1_11c35312d5ef, xxDummy
IIDc4c70b7a_dfba_4892_86cd_a9100357409b
IIDd034f81b_7137_40a6_90ea_d88968c33e60
IIDb79b2d7e_dbc8_11d3_9f60_00c04f6bdd7f
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
IID, IIDc801565e_99ca_11d0_82f7_0000f8034032, xxDummy
IID, IID773f7279_aefb_11d5_8112_00c04fa0adf8, xxDummy
IIDaf10d3e8_f2f8_49ec_a6c5_7018099eeaed
IIDf643a012_c208_48db_b2d6_565f52b55c8e
IIDde08a214_4fc2_11d1_834e_0000f8775be9
IID, IIDf3c041c8_ae4d_11d2_9c93_00c04fb17838, xxDummy
IID, IID51cde393_03b4_11d4_9f56_00c04f6bdf0d, xxDummy
IID, IIDd4dc3b12_88ea_42d8_87b7_4eb7460737c1, xxDummy
IID805aeeb0_1d4c_11d4_9f75_00c04f6bdd7f
IID1b077911_38c5_11d0_92d2_00805f7c28b0
IID, IID0eb12c6e_18f6_11d1_8337_0000f8775be9, xxDummy
IID, IIDa2fa4e9a_4e10_4a62_9eed_48680a7423dd, xxDummy
IID, IID6039e192_4cc8_11d1_834e_0000f8775be9, xxDummy
IID, IID984839b4_f7ea_42f8_ae20_48632369cc08, xxDummy
IID, IIDefeeb8b3_dc23_11d2_9f2e_00c04f6bdf0d, xxDummy
IID, IIDefeeb8b4_dc23_11d2_9f2e_00c04f6bdf0d, xxDummy
IID, IID52c59396_d744_11d2_9f34_00c04f6bdf06, xxDummy
IID, IID01faff20_5191_11d2_92f6_0000f875171d, xxDummy
IID, IID739a1669_e870_11d2_9f30_00c04f6bdf0d, xxDummy
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
IID, IID00000109_0000_0000_c000_000000000046, xxDummy
IID0000010c_0000_0000_c000_000000000046
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy
IID, IID3be78ad0_886e_11d1_bc78_0000f875bcce, xxDummy
IID, IID9414e949_ffa0_11d3_9f56_00c04f6bdf0d, xxDummy
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy
IID, IID3732f8b2_0f64_11d5_9fde_00c04f6bdd7f, xxDummy
IID, IID69656158_701d_408c_8b6a_a0b4c012c843, xxDummy
IID, IID1b07790f_38c5_11d0_92d2_00805f7c28b0, xxDummy
IID, IID839f5c7e_ed5f_4b3f_8f97_c0a9cc4817ee, xxDummy
IID1b07790e_38c5_11d0_92d2_00805f7c28b0
IID, IID97e08cf7_7a24_4290_ba8a_acedb753b42c, xxDummy
IID, IIDcc14f157_ec46_4498_8148_fde8d6b43e20, xxDummy
IIDf6eaefde_888e_4f1d_b5b7_84f36da677b0
IID, IIDaade8029_6549_41e8_85f5_b17b8e7d9212, xxDummy
Constructor and Description |
---|
MultiPatch()
Constructs a MultiPatch using ArcGIS Engine.
|
MultiPatch(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
MultiPatch theMultiPatch = (MultiPatch) obj; |
Modifier and Type | Method and Description |
---|---|
void |
addGeometries(int count,
IGeometry newGeometries)
Adds references to the specified geometries.
|
void |
addGeometry(IGeometry inGeometry,
java.lang.Object before,
java.lang.Object after)
Adds a reference to the input geometry either at the end, or before, or after the specified index.
|
void |
addGeometryCollection(IGeometryCollection newGeometries)
Adds references to geometries in the input collection.
|
void |
addPoint(IPoint inPoint,
java.lang.Object before,
java.lang.Object after)
Adds a vertex to a Path, Ring, Polyline, or Polygon; or adds a reference to the input point to a Multipoint, TriangleFan, or TriangleStrip.
|
void |
addPointCollection(IPointCollection newPoints)
Adds copies of points in the input point collection to this Path, Ring, Polyline, or Polygon; or adds references to the points in the collection to this Multipoint, TriangleFan, or TriangleStrip.
|
void |
addPoints(int count,
IPoint newPoints)
Adds copies of the input points as vertices to this Path, Ring, Polyline, or Polygon; or references to the input points to this Multipoint, TriangleFan, or TriangleStrip.
|
void |
addWKSPointZs(int count,
_WKSPointZ pointStructures)
Adds vertices/points to this Path, Ring, Polyline, Polygon, Multipoint, TriangleFan, Triangles, TriangleStrip, or MultiPatch.
|
void |
assign(IClone src)
Assigns the properties of src to the receiver.
|
IGeometry |
buffer(double distance)
Constructs a polygon that is the locus of points at a distance less than or equal to a specified distance from this geometry.
|
void |
clip(IEnvelope clipperEnvelope)
Constructs the intersection of this geometry and the specified envelope.
|
void |
clipDense(IEnvelope clipperEnvelope,
double denseDistance)
Constructs the intersection of this geometry and the specified envelope; densifies lines in output contributed by the clipping envelope.
|
void |
clipToDomain()
Clips the geometry to the domain of the spatial reference.
|
IEnumGeometry |
constructBuffers(int numBuffers,
double[] distances)
Constructs a set of buffers at various distances.
|
void |
constructExtrude(double offsetZ,
IGeometry baseGeom)
Construct a MultiPatch by using an input (non-point) geometry as one base and offsetting the Zs already set on the input geometry to get the second base.
|
void |
constructExtrudeAbsolute(double toZ,
IGeometry baseGeom)
Construct a MultiPatch by extruding a (non-point) geometry using its initial Zs for one base, and a uniform input Z for the other.
|
void |
constructExtrudeAlongLine(ILine extrusionLine,
IGeometry baseGeom)
Construct a MultiPatch by extruding a (non-point) geometry along a specified line, using the Zs on the two ends of the line to set Zs on the top and bottom.
|
void |
constructExtrudeBetween(IFunctionalSurface fromSurface,
IFunctionalSurface toSurface,
IGeometry baseGeom)
Construct a MultiPatch by extruding a (non-point) geometry between two functional surfaces.
|
void |
constructExtrudeFromTo(double fromZ,
double toZ,
IGeometry baseGeom)
Construct a MultiPatch by extruding a (non-point) geometry between two specified Z values.
|
void |
constructExtrudeRelative(IVector3D extrusionVector,
IGeometry baseGeom)
Construct a MultiPatch by extruding a (non-point) geometry along a specified vector, using Zs already set on the input geometry.
|
void |
constructUnion(IEnumGeometry geometries)
Defines this geometry to be the union of the inputs.
|
boolean |
contains(IGeometry other)
Indicates if this geometry contains the other geometry.
|
boolean |
containsEx(IGeometry pOther,
int relation)
Indicates if this geometry contains the other geometry, optionally using Celementini's definition.
|
IGeometry |
convexHull()
Constructs the convex hull of this geometry.
|
boolean |
crosses(IGeometry other)
Indicates if the two geometries intersect in a geometry of lesser dimension.
|
void |
cut(IPolyline cutter,
IGeometry[] leftGeom,
IGeometry[] rightGeom)
Splits this geometry into a part left of the cutting polyline, and a part right of it.
|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML.
|
IGeometry |
difference(IGeometry other)
Constructs the geometry containing points from this geometry but not the other geometry.
|
boolean |
disjoint(IGeometry other)
Indicates if the two geometries share no points in common.
|
boolean |
disjoint3D(IGeometry pOther)
Indicates if the two geometries share no points in common.
|
void |
dropMs()
Sets all the M values to a non-valid number (NaN).
|
void |
dropPointIDs()
Unsets all PointID values without changing awareness.
|
void |
dropZs()
Sets all the Z values to a non-valid number (NaN).
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone.
|
boolean |
esri_equals(IGeometry other)
Indicates if the two geometries are of the same type and define the same set of points in the plane.
|
IRing |
findBeginningRing(IRing followingRing)
Returns the beginning ring of the ring group containing the specified following ring.
|
void |
geometriesChanged()
Tells this geometry collection that some of its geometries have been altered.
|
void |
geoNormalize()
Shifts longitudes, if need be, into a continuous range of 360 degrees.
|
void |
geoNormalizeEx(ISpatialReference sR,
double denseDistance)
Shifts longitudes, if need be, into a continuous range of 360 degrees.
|
void |
geoNormalizeFromLongitude(double longitude)
Normalizes longitudes into a continuous range containing the longitude.
|
double |
getArea()
The area.
|
double |
getArea3D()
The 3D surface area.
|
int |
getBeginningRingCount(int ringTypesDesired)
The number of beginning rings, counting only those of the desired types.
|
IGeometry |
getBoundary()
The boundary of this geometry.
|
IPoint |
getCentroid()
The center of gravity (centroid).
|
IPoint |
getCentroid3D()
A 3D point whose XY coordinates are set to the center of gravity of the shape'ss 2D footprint and Z set to the shape's ZMax.
|
IPoint |
getCentroidEx()
The center of gravity (centroid).
|
void |
getClassID(GUID[] pClassID)
getClassID
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getDimension()
The topological dimension of this geometry.
|
IEnumVertex |
getEnumVertices()
A new enumerator for this point collection.
|
IEnvelope |
getEnvelope()
Creates a copy of this geometry's envelope and returns it.
|
int |
getFollowingRingCount(IRing beginningRing)
The number of following rings in the ring group that starts with the specified beginning ring.
|
IGeometry |
getGeometry(int index)
A reference to the ith geometry.
|
int |
getGeometryCount()
The number of geometries in this collection.
|
int |
getGeometryType()
The type of this geometry.
|
int |
getIdCount()
Get Id Count.
|
IEnumVertex |
getIndexedEnumVertices(IGeometry queryGeometry)
An indexed vertex enumerator for this point collection.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
IPoint |
getLabelPoint()
A point guaranteed to be inside this area.
|
IPoint |
getLabelPoint3D()
A point guaranteed to be on this 3D surface area.
|
int |
getMaterialColor(int index)
Get material color.
|
int |
getMaterialCount()
Get Material Count.
|
int |
getMaterialTextureBytesPerPixel(int index)
Get Material texture bytes per pixel.
|
int |
getMaterialTextureColumnCount(int index)
Get Material texture column count.
|
int |
getMaterialTexturePixelColor(int index,
int row,
int column)
Get Material texture pixel color.
|
int |
getMaterialTextureRowCount(int index)
Get Material texture row count.
|
int |
getMaterialTransparencyPercent(int index)
Get transparency %, in range of 0 - 100
|
int |
getMCount()
Get M Count.
|
double |
getMMax()
The maximum M value.
|
double |
getMMin()
The minimum M value.
|
int |
getNormalCount()
Get Normal Count.
|
int |
getPatchCount()
Get Patch Count.
|
double |
getPatchM(int patch,
int index)
Get M for patch at vertex index.
|
int |
getPatchMaterialIndex(int patch)
Get patch material index.
|
int |
getPatchPriority(int patch)
Get patch priority.
|
_WKSPoint |
getPatchTextureVertex(int patch,
int index)
Get Texture WKSPoint for a patch at vertex index.
|
int |
getPatchTextureVertexCount(int patch)
Get texture vertex count for a patch.
|
int |
getPatchType(int patch)
Get patch type.
|
_WKSPointZ |
getPatchVertex(int patch,
int index)
Get Point for patch at vertex index.
|
int |
getPatchVertexCount(int patch)
Get count of vertices in patch.
|
int |
getPatchVertexID(int patch,
int index)
Get vertex Id for a patch at vertex index.
|
IPoint |
getPoint(int i)
A copy of the ith vertex of a Path, Ring, Polyline, or Polygon; or a reference to the ith point of a Multipoint, TriangleFan, or TriangleStrip.
|
int |
getPointCount()
The number of points in the collection.
|
void |
getPoints(int index,
int count,
IPoint[] points)
Populates an array with references to points in the Multipoint.
|
int |
getRingType(IRing queryRing,
boolean[] isBeginningRing)
Gets the esriMultiPatchRingType of the input Ring and returns a boolean indicating if that ring is a beginning ring.
|
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax
|
ISpatialReference |
getSpatialReference()
The spatial reference associated with this geometry.
|
int |
getTextureVertexCount()
Get Texture Vertex Count.
|
int |
getVertexCount()
Get Vertex Count.
|
double |
getVolume()
The enclosed 3D volume.
|
IGeometry |
getXYFootprint()
A reference to a cached copy of the multipatch's footprint in the x-y plane.
|
double |
getZMax()
The maximum Z value.
|
double |
getZMin()
The minimum Z value.
|
int |
hashCode()
the hashcode for this object
|
boolean |
hitTest(IPoint queryPoint,
double searchRadius,
int geometryPart,
IPoint hitPoint,
double[] hitDistance,
int[] hitPartIndex,
int[] hitSegmentIndex,
boolean[] bRightSide)
Locates a part of a geometry closest to a query point.
|
boolean |
hitTest3D(IPoint queryPoint,
double searchRadius,
int geometryPart,
IPoint hitPoint,
double[] hitDistance,
int[] hitPartIndex,
int[] hitSegmentIndex)
Locates a part of a geometry closest to a query point.
|
boolean |
hitTestCone(IRay pQueryRay,
double minAngle,
int geometryPart,
IPoint pHitPoint,
double[] pHitDistance,
int[] pHitPartIndex,
int[] pHitSegmentIndex)
Locates a part of a geometry closest to a query ray.
|
void |
insertGeometries(int index,
int count,
IGeometry newGeometries)
Inserts at the specified index references to some number of geometries in the input array.
|
void |
insertGeometryCollection(int index,
IGeometryCollection newGeometries)
Inserts at the specified index references to all if the geometries in the input collection.
|
void |
insertPointCollection(int index,
IPointCollection newPoints)
Inserts copies of points, from the input point collection, as vertices into this Path, Ring, Polyline, or Polygon; or references to points in the input point collection into this Multipoint, TriangleFan, or TriangleStrip.
|
void |
insertPoints(int index,
int count,
IPoint newPoints)
Inserts copies of the input points as vertices into a Path, Ring, Polyline, or Polygon; or references to the input points into a Multipoint, TriangleFan, or TriangleStrip.
|
void |
insertWKSPointZs(int index,
int count,
_WKSPointZ newPoints)
Inserts new vertices/points into this Path, Ring, Polyline, Polygon, Multipoint, TriangleFan, Triangles, TriangleStrip, or MultiPatch.
|
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo
|
IGeometry |
intersect(IGeometry other,
int resultDimension)
Constructs the geometry that is the set-theoretic intersection of the input geometries.
|
IGeometry |
intersectMultidimension(IGeometry other)
Constructs the set-theoretic intersection of the inputs.
|
void |
invalXYFootprint()
Notifies the multipatch that its cached footprint has been modified by an outside agent.
|
boolean |
isChanged()
Indicates if a geometry has been changed (edited, projected, etc).
|
void |
isDirty()
isDirty
|
boolean |
isEmpty()
Indicates whether this geometry contains any points.
|
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties.
|
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object.
|
boolean |
isKnownSimple()
Indicates whether this geometry is known (or assumed) to be topologically correct.
|
boolean |
isMaterialCullBackface(int index)
Get backface culling enabled,
|
boolean |
isMaterialTextured(int index)
Get Is Material textured.
|
boolean |
isMAware()
Indicates whether or not the geometry is aware of and capable of handling Ms.
|
boolean |
isMSimple()
Indicates if all the Ms are valid numbers.
|
boolean |
isNear(IGeometry pOther,
double distance)
Indicates if this geometry is within distance from the other geometry.
|
boolean |
isNear3D(IGeometry pOther,
double distance)
Indicates if this geometry is within distance from the other geometry; both geometries must have Zs.
|
boolean |
isPointIDAware()
Indicates whether or not the geometry is aware of and capable of handling PointIDs.
|
boolean |
isPointIDSimple()
Indicates if all PointID values for this geometry are well-defined.
|
boolean |
isSimple()
Indicates whether this geometry is known (or assumed) to be topologically correct, after explicitly determining this if the geometry is not already known (or assumed) to be simple.
|
boolean |
isSimpleEx(int[] reason)
Determines why a geometry is not simple.
|
boolean |
isZAware()
Indicates whether or not the geometry is aware of and capable of handling Zs.
|
boolean |
isZSimple()
Indicates if all the Zs are valid numbers.
|
void |
load(IStream pstm)
load
|
void |
move(double dx,
double dy)
Moves dx units horizontally and dy units vertically.
|
void |
move3D(double dx,
double dy,
double dz)
Moves the object by dx, dy and dz along the x, y, and z axes respectively.
|
void |
moveVector(ILine v)
Moves a direction and distance v.
|
void |
moveVector3D(IVector3D v)
Moves the object by an offset defined by a 3D vector.
|
void |
multiplyMs(double factor)
Multiplies all the M values by a factor.
|
void |
multiplyZs(double factor)
Multiplies all the Z values by a factor.
|
void |
offsetMs(double offset)
Offsets all the M values by an offset value.
|
void |
offsetZs(double offset)
Offsets all the Z values by an offset value.
|
boolean |
overlaps(IGeometry other)
Indicates if the intersection of the two geometries has the same dimension as one of the input geometries.
|
void |
project(ISpatialReference newReferenceSystem)
Projects this geometry into a new spatial reference.
|
void |
project5(ISpatialReference newSpatialReference,
int projectionHint)
Same as Project, but with additional parameter projectionHint.
|
void |
projectEx(ISpatialReference newReferenceSystem,
int direction,
IGeoTransformation geoTransformation,
boolean bAngularDensify,
double maxSegmentLength,
double maxDeviation)
Projects a geometry, optionally applies a GeoTransformation, and optionally densifies the geometry.
|
void |
projectEx5(ISpatialReference newReferenceSystem,
int direction,
ITransformation transformation,
boolean bAngularDensify,
double maxSegmentLength,
double maxDeviation,
int projectionHint)
Same as ProjectEx, but with additional parameter projectionHint.
|
IGeometry |
projectToPlane(IPoint planarOrigin,
IVector3D planarPositiveX,
IVector3D planarNorm)
Generates a polygon footprint for the object in an arbitrary plane.
|
void |
putRingType(IRing queryRing,
int ringType)
Defines the type of the input Ring.
|
void |
queryBeginningRings(int ringTypesDesired,
int numBeginningRingsRequested,
IRing[] beginningRings)
Populates an array with references to all beginning rings of the specified types.
|
void |
queryCentroid(IPoint center)
Copies the centroid of this area to the specified point.
|
void |
queryCentroid3D(IPoint center)
Copies the centroid of this 3D surface area to the specified point.
|
void |
queryClipped(IEnvelope clipperEnvelope,
IGeometry clippedGeometry)
Redefines clippedGeometry to be the intersection of this geometry and the clipping envelope.
|
void |
queryClippedDense(IEnvelope clipperEnvelope,
double denseDistance,
IGeometry clippedGeometry)
Redefines clippedGeometry to be the intersection of this geometry and the clipping envelope; densifies lines in the output contributed by the clipping envelope.
|
void |
queryEnvelope(IEnvelope outEnvelope)
Copies this geometry's envelope properties into the specified envelope.
|
void |
queryFollowingRings(IRing beginningRing,
int numFollowingRingsRequested,
IRing[] followingRings)
Populates an array with references to following rings that are in the ring group that starts with the specified beginning ring.
|
void |
queryGeometries(int index,
int count,
IGeometry[] geometries)
Populates the array with references to a sub-sequence of geometries.
|
void |
queryLabelPoint(IPoint labelPoint)
Copies to the input point a point guaranteed to be inside this area.
|
void |
queryLabelPoint3D(IPoint labelPoint)
Copies to the input point a point guaranteed to be on this 3D surface area.
|
void |
queryNearestPoint(IPoint p,
int extension,
IPoint nearest)
Copies into 'nearest' a point on this geometry nearest to the input point.
|
void |
queryNearestPoint3D(IPoint pInP,
int extension,
IPoint pNearest)
Copies into 'nearest' a point on this geometry nearest to the input point.
|
void |
queryPatchNormal(int patch,
int index,
IVector3D pNormal)
Copies the Normal for patch at specified vertex index into the input vector.
|
void |
queryPoint(int index,
IPoint point)
Queries for a point in the PointCollection at given index.
|
void |
queryPoints(int index,
int count,
IPoint points)
Copies some points to an existing array of points.
|
void |
queryWKSEnvelope(_WKSEnvelope[] e)
Defines the specified wksenvelope to be the current extent of this geometry in the x-y plane.
|
void |
queryWKSPointZs(int index,
int count,
_WKSPointZ[] pointStructures)
Copies vertices/points coordinates to the array of point structures.
|
void |
readExternal(java.io.ObjectInput in) |
boolean |
relation(IGeometry other,
java.lang.String relationDescription)
Indicates if the defined relationship exists.
|
void |
release()
Release this COM object reference
|
void |
removeGeometries(int index,
int count)
Removes references to some geometries from this collection.
|
void |
removePoints(int index,
int count)
Removes vertices from a Path, Ring, Polyline, or Polygon, or references to points from a Multipoint, TriangleFan, or TriangleStrip.
|
void |
replacePointCollection(int index,
int goingAway,
IPointCollection newPoints)
Replaces vertices/points within a PointCollection.
|
void |
replacePoints(int index,
int comingIn,
int goingAway,
IPoint newPoints)
Replaces vertices/points within a PointCollection.
|
double |
returnDistance(IGeometry other)
Returns the minimum distance between two geometries.
|
double |
returnDistance3D(IGeometry pOther)
Returns the minimal distance between two geometries.
|
IPoint |
returnNearestPoint(IPoint p,
int extension)
Creates and returns a point on this geometry nearest to the input point.
|
IPoint |
returnNearestPoint3D(IPoint pInP,
int extension)
Creates and returns a point on this geometry nearest to the input point.
|
void |
rotate(IPoint origin,
double rotationAngle)
Rotates about the specified origin point.
|
void |
rotateVector3D(IVector3D axis,
double rotationAngle)
Rotates the object about axis defined by the specified vector through an angle measured in radians.
|
void |
save(IStream pstm,
int fClearDirty)
save
|
void |
scale(IPoint origin,
double sx,
double sy)
Scales about the specified origin using seperate horizonal and vertical scales.
|
void |
scale3D(IPoint origin,
double sx,
double sy,
double sz)
Scales the object about the specified origin point.
|
void |
serialize(IXMLSerializeData data)
Serializes an object to XML.
|
void |
setChanged(boolean isChanged)
Indicates if a geometry has been changed (edited, projected, etc).
|
void |
setEmpty()
Removes all points from this geometry.
|
void |
setGeometries(int count,
IGeometry newGeometries)
Replaces all geometries in the collection with the specified number of references to those in the input array.
|
void |
setGeometryCollection(IGeometryCollection newParts)
Replaces all geometries in the collection with references to geometries from the input collection.
|
void |
setIsKnownSimple(boolean rhs1)
Indicates whether this geometry is known (or assumed) to be topologically correct.
|
void |
setMAware(boolean mAware)
Indicates whether or not the geometry is aware of and capable of handling Ms.
|
void |
setPointCollection(IPointCollection newPoints)
Replaces all vertices of this Path, Ring, Polyline, or Polygon with copies of the points in the input collection; or all points of this Multipoint, TriangleFan, or TriangleStrip with references to points from the input collection.
|
void |
setPointIDAware(boolean idAware)
Indicates whether or not the geometry is aware of and capable of handling PointIDs.
|
void |
setPoints(int count,
IPoint newPoints)
Replaces all existing vertices of this Path, Ring, Polyline, or Polygon with copies of the input points; or all existing points of this Multipoint, TriangleFan, or TriangleStrip with references to the input points (for C++ and VB users only).
|
void |
setSpatialReferenceByRef(ISpatialReference spatialRef)
The spatial reference associated with this geometry.
|
void |
setWKSPointZs(int count,
_WKSPointZ pointStructures)
Replaces all vertices/points of this Path, Ring, Polyline, Polygon, Multipoint, TriangleFan, Triangles, TriangleStrip, or MultiPatch with new ones.
|
void |
setZAware(boolean zAware)
Indicates whether or not the geometry is aware of and capable of handling Zs.
|
void |
simplify()
Makes this geometry topologically correct.
|
void |
snap()
Snaps ms to the precision of the spatial reference associated with the geometry.
|
void |
snapToSpatialReference()
Moves points of this geometry so that they can be represented in the precision of the geometry's associated spatial reference system.
|
IGeometry |
symmetricDifference(IGeometry other)
Constructs the geometry that contains points from either but not both input geometries.
|
boolean |
touches(IGeometry other)
Indicates if the boundaries of the geometries intersect.
|
void |
transform(int direction,
ITransformation transformation)
Applies an arbitrary transformation.
|
void |
transform3D(int direction,
ITransformation3D transformation)
Applies an arbitrary 3D transformation.
|
IGeometry |
union(IGeometry other)
Constructs the geometry that is the set-theoretic union of the input geometries.
|
void |
updatePoint(int i,
IPoint p)
Changes the ith vertex or point to be a copy of the input point.
|
boolean |
within(IGeometry other)
Indicates if this geometry is contained (is within) another geometry.
|
boolean |
withinEx(IGeometry pOther,
int relation)
Indicates if this geometry contains the other geometry, optionally using Celementini's definition.
|
void |
writeExternal(java.io.ObjectOutput out) |
public static final long serialVersionUID
public MultiPatch() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic MultiPatch(java.lang.Object obj) throws java.io.IOException
MultiPatch theMultiPatch = (MultiPatch) obj;
obj
to MultiPatch
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getGeometryType() throws java.io.IOException, AutomationException
getGeometryType
in interface IGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getDimension() throws java.io.IOException, AutomationException
getDimension
in interface IGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface IGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference spatialRef) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IGeometry
spatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isEmpty() throws java.io.IOException, AutomationException
isEmpty
in interface IGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEmpty() throws java.io.IOException, AutomationException
setEmpty
in interface IGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryEnvelope(IEnvelope outEnvelope) throws java.io.IOException, AutomationException
queryEnvelope
in interface IGeometry
outEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnvelope getEnvelope() throws java.io.IOException, AutomationException
getEnvelope
in interface IGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void project(ISpatialReference newReferenceSystem) throws java.io.IOException, AutomationException
project
in interface IGeometry
newReferenceSystem
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void snapToSpatialReference() throws java.io.IOException, AutomationException
snapToSpatialReference
in interface IGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void geoNormalize() throws java.io.IOException, AutomationException
geoNormalize
in interface IGeometry
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void geoNormalizeFromLongitude(double longitude) throws java.io.IOException, AutomationException
geoNormalizeFromLongitude
in interface IGeometry
longitude
- The longitude (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void projectEx(ISpatialReference newReferenceSystem, int direction, IGeoTransformation geoTransformation, boolean bAngularDensify, double maxSegmentLength, double maxDeviation) throws java.io.IOException, AutomationException
projectEx
in interface IGeometry2
newReferenceSystem
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)geoTransformation
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)bAngularDensify
- The bAngularDensify (in)maxSegmentLength
- The maxSegmentLength (in)maxDeviation
- The maxDeviation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryWKSEnvelope(_WKSEnvelope[] e) throws java.io.IOException, AutomationException
queryWKSEnvelope
in interface IGeometry3
e
- A Structure: com.esri.arcgis.system._WKSEnvelope (A com.esri.arcgis.system._WKSEnvelope COM typedef) (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isChanged() throws java.io.IOException, AutomationException
isChanged
in interface IGeometry4
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setChanged(boolean isChanged) throws java.io.IOException, AutomationException
setChanged
in interface IGeometry4
isChanged
- The isChanged (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void project5(ISpatialReference newSpatialReference, int projectionHint) throws java.io.IOException, AutomationException
project5
in interface IGeometry5
newSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)projectionHint
- The projectionHint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void projectEx5(ISpatialReference newReferenceSystem, int direction, ITransformation transformation, boolean bAngularDensify, double maxSegmentLength, double maxDeviation, int projectionHint) throws java.io.IOException, AutomationException
projectEx5
in interface IGeometry5
newReferenceSystem
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)bAngularDensify
- The bAngularDensify (in)maxSegmentLength
- The maxSegmentLength (in)maxDeviation
- The maxDeviation (in)projectionHint
- The projectionHint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getCentroidEx() throws java.io.IOException, AutomationException
getCentroidEx
in interface IGeometry5
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getGeometryCount() throws java.io.IOException, AutomationException
getGeometryCount
in interface IGeometryCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getGeometry(int index) throws java.io.IOException, AutomationException
getGeometry
in interface IGeometryCollection
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addGeometry(IGeometry inGeometry, java.lang.Object before, java.lang.Object after) throws java.io.IOException, AutomationException
addGeometry
in interface IGeometryCollection
inGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)before
- A Variant (in, optional, pass null if not required)after
- A Variant (in, optional, pass null if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryGeometries(int index, int count, IGeometry[] geometries) throws java.io.IOException, AutomationException
queryGeometries
in interface IGeometryCollection
index
- The index (in)count
- The count (in)geometries
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addGeometries(int count, IGeometry newGeometries) throws java.io.IOException, AutomationException
addGeometries
in interface IGeometryCollection
count
- The count (in)newGeometries
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addGeometryCollection(IGeometryCollection newGeometries) throws java.io.IOException, AutomationException
addGeometryCollection
in interface IGeometryCollection
newGeometries
- A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertGeometries(int index, int count, IGeometry newGeometries) throws java.io.IOException, AutomationException
insertGeometries
in interface IGeometryCollection
index
- The index (in)count
- The count (in)newGeometries
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertGeometryCollection(int index, IGeometryCollection newGeometries) throws java.io.IOException, AutomationException
insertGeometryCollection
in interface IGeometryCollection
index
- The index (in)newGeometries
- A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeometries(int count, IGeometry newGeometries) throws java.io.IOException, AutomationException
setGeometries
in interface IGeometryCollection
count
- The count (in)newGeometries
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeometryCollection(IGeometryCollection newParts) throws java.io.IOException, AutomationException
setGeometryCollection
in interface IGeometryCollection
newParts
- A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeGeometries(int index, int count) throws java.io.IOException, AutomationException
removeGeometries
in interface IGeometryCollection
index
- The index (in)count
- The count (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void geometriesChanged() throws java.io.IOException, AutomationException
geometriesChanged
in interface IGeometryCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPointCount() throws java.io.IOException, AutomationException
getPointCount
in interface IPointCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getPoint(int i) throws java.io.IOException, AutomationException
getPoint
in interface IPointCollection
i
- The i (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addPoint(IPoint inPoint, java.lang.Object before, java.lang.Object after) throws java.io.IOException, AutomationException
addPoint
in interface IPointCollection
inPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)before
- A Variant (in, optional, pass null if not required)after
- A Variant (in, optional, pass null if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void updatePoint(int i, IPoint p) throws java.io.IOException, AutomationException
updatePoint
in interface IPointCollection
i
- The i (in)p
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryPoints(int index, int count, IPoint points) throws java.io.IOException, AutomationException
queryPoints
in interface IPointCollection
index
- The index (in)count
- The count (in)points
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertPoints(int index, int count, IPoint newPoints) throws java.io.IOException, AutomationException
insertPoints
in interface IPointCollection
index
- The index (in)count
- The count (in)newPoints
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertPointCollection(int index, IPointCollection newPoints) throws java.io.IOException, AutomationException
insertPointCollection
in interface IPointCollection
index
- The index (in)newPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addPoints(int count, IPoint newPoints) throws java.io.IOException, AutomationException
addPoints
in interface IPointCollection
count
- The count (in)newPoints
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addPointCollection(IPointCollection newPoints) throws java.io.IOException, AutomationException
addPointCollection
in interface IPointCollection
newPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPoints(int count, IPoint newPoints) throws java.io.IOException, AutomationException
setPoints
in interface IPointCollection
count
- The count (in)newPoints
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPointCollection(IPointCollection newPoints) throws java.io.IOException, AutomationException
setPointCollection
in interface IPointCollection
newPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removePoints(int index, int count) throws java.io.IOException, AutomationException
removePoints
in interface IPointCollection
index
- The index (in)count
- The count (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumVertex getEnumVertices() throws java.io.IOException, AutomationException
getEnumVertices
in interface IPointCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void replacePoints(int index, int comingIn, int goingAway, IPoint newPoints) throws java.io.IOException, AutomationException
replacePoints
in interface IPointCollection
index
- The index (in)comingIn
- The comingIn (in)goingAway
- The goingAway (in)newPoints
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void replacePointCollection(int index, int goingAway, IPointCollection newPoints) throws java.io.IOException, AutomationException
replacePointCollection
in interface IPointCollection
index
- The index (in)goingAway
- The goingAway (in)newPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryPoint(int index, IPoint point) throws java.io.IOException, AutomationException
queryPoint
in interface IPointCollection
index
- The index (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addWKSPointZs(int count, _WKSPointZ pointStructures) throws java.io.IOException, AutomationException
addWKSPointZs
in interface IPointCollection4
count
- The count (in)pointStructures
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWKSPointZs(int count, _WKSPointZ pointStructures) throws java.io.IOException, AutomationException
setWKSPointZs
in interface IPointCollection4
count
- The count (in)pointStructures
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryWKSPointZs(int index, int count, _WKSPointZ[] pointStructures) throws java.io.IOException, AutomationException
queryWKSPointZs
in interface IPointCollection4
index
- The index (in)count
- The count (in)pointStructures
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertWKSPointZs(int index, int count, _WKSPointZ newPoints) throws java.io.IOException, AutomationException
insertWKSPointZs
in interface IPointCollection4
index
- The index (in)count
- The count (in)newPoints
- A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumVertex getIndexedEnumVertices(IGeometry queryGeometry) throws java.io.IOException, AutomationException
getIndexedEnumVertices
in interface IPointCollection3
queryGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getPoints(int index, int count, IPoint[] points) throws java.io.IOException, AutomationException
getPoints
in interface IPointCollection2
index
- The index (in)count
- The count (in)points
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRing findBeginningRing(IRing followingRing) throws java.io.IOException, AutomationException
findBeginningRing
in interface IMultiPatch
followingRing
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBeginningRingCount(int ringTypesDesired) throws java.io.IOException, AutomationException
getBeginningRingCount
in interface IMultiPatch
ringTypesDesired
- The ringTypesDesired (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryBeginningRings(int ringTypesDesired, int numBeginningRingsRequested, IRing[] beginningRings) throws java.io.IOException, AutomationException
queryBeginningRings
in interface IMultiPatch
ringTypesDesired
- The ringTypesDesired (in)numBeginningRingsRequested
- The numBeginningRingsRequested (in)beginningRings
- A reference to a com.esri.arcgis.geometry.IRing (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getFollowingRingCount(IRing beginningRing) throws java.io.IOException, AutomationException
getFollowingRingCount
in interface IMultiPatch
beginningRing
- A reference to a com.esri.arcgis.geometry.IRing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryFollowingRings(IRing beginningRing, int numFollowingRingsRequested, IRing[] followingRings) throws java.io.IOException, AutomationException
queryFollowingRings
in interface IMultiPatch
beginningRing
- A reference to a com.esri.arcgis.geometry.IRing (in)numFollowingRingsRequested
- The numFollowingRingsRequested (in)followingRings
- A reference to a com.esri.arcgis.geometry.IRing (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRingType(IRing queryRing, boolean[] isBeginningRing) throws java.io.IOException, AutomationException
getRingType
in interface IMultiPatch
queryRing
- A reference to a com.esri.arcgis.geometry.IRing (in)isBeginningRing
- The isBeginningRing (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putRingType(IRing queryRing, int ringType) throws java.io.IOException, AutomationException
putRingType
in interface IMultiPatch
queryRing
- A reference to a com.esri.arcgis.geometry.IRing (in)ringType
- A com.esri.arcgis.geometry.esriMultiPatchRingType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getXYFootprint() throws java.io.IOException, AutomationException
getXYFootprint
in interface IMultiPatch
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void invalXYFootprint() throws java.io.IOException, AutomationException
invalXYFootprint
in interface IMultiPatch
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructExtrudeFromTo(double fromZ, double toZ, IGeometry baseGeom) throws java.io.IOException, AutomationException
constructExtrudeFromTo
in interface IConstructMultiPatch
fromZ
- The fromZ (in)toZ
- The toZ (in)baseGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructExtrudeAbsolute(double toZ, IGeometry baseGeom) throws java.io.IOException, AutomationException
constructExtrudeAbsolute
in interface IConstructMultiPatch
toZ
- The toZ (in)baseGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructExtrudeBetween(IFunctionalSurface fromSurface, IFunctionalSurface toSurface, IGeometry baseGeom) throws java.io.IOException, AutomationException
constructExtrudeBetween
in interface IConstructMultiPatch
fromSurface
- A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)toSurface
- A reference to a com.esri.arcgis.geometry.IFunctionalSurface (in)baseGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructExtrudeAlongLine(ILine extrusionLine, IGeometry baseGeom) throws java.io.IOException, AutomationException
constructExtrudeAlongLine
in interface IConstructMultiPatch
extrusionLine
- A reference to a com.esri.arcgis.geometry.ILine (in)baseGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructExtrudeRelative(IVector3D extrusionVector, IGeometry baseGeom) throws java.io.IOException, AutomationException
constructExtrudeRelative
in interface IConstructMultiPatch
extrusionVector
- A reference to a com.esri.arcgis.geometry.IVector3D (in)baseGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructExtrude(double offsetZ, IGeometry baseGeom) throws java.io.IOException, AutomationException
constructExtrude
in interface IConstructMultiPatch
offsetZ
- The offsetZ (in)baseGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSimple() throws java.io.IOException, AutomationException
isSimple
in interface ITopologicalOperator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isKnownSimple() throws java.io.IOException, AutomationException
isKnownSimple
in interface ITopologicalOperator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void simplify() throws java.io.IOException, AutomationException
simplify
in interface ITopologicalOperator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry buffer(double distance) throws java.io.IOException, AutomationException
buffer
in interface ITopologicalOperator
distance
- The distance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry convexHull() throws java.io.IOException, AutomationException
convexHull
in interface ITopologicalOperator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry intersect(IGeometry other, int resultDimension) throws java.io.IOException, AutomationException
intersect
in interface ITopologicalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)resultDimension
- A com.esri.arcgis.geometry.esriGeometryDimension constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry union(IGeometry other) throws java.io.IOException, AutomationException
union
in interface ITopologicalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void constructUnion(IEnumGeometry geometries) throws java.io.IOException, AutomationException
constructUnion
in interface ITopologicalOperator
geometries
- A reference to a com.esri.arcgis.geometry.IEnumGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry difference(IGeometry other) throws java.io.IOException, AutomationException
difference
in interface ITopologicalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry symmetricDifference(IGeometry other) throws java.io.IOException, AutomationException
symmetricDifference
in interface ITopologicalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void clip(IEnvelope clipperEnvelope) throws java.io.IOException, AutomationException
clip
in interface ITopologicalOperator
clipperEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryClipped(IEnvelope clipperEnvelope, IGeometry clippedGeometry) throws java.io.IOException, AutomationException
queryClipped
in interface ITopologicalOperator
clipperEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)clippedGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryClippedDense(IEnvelope clipperEnvelope, double denseDistance, IGeometry clippedGeometry) throws java.io.IOException, AutomationException
queryClippedDense
in interface ITopologicalOperator
clipperEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)denseDistance
- The denseDistance (in)clippedGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void cut(IPolyline cutter, IGeometry[] leftGeom, IGeometry[] rightGeom) throws java.io.IOException, AutomationException
cut
in interface ITopologicalOperator
cutter
- A reference to a com.esri.arcgis.geometry.IPolyline (in)leftGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)rightGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getBoundary() throws java.io.IOException, AutomationException
getBoundary
in interface ITopologicalOperator
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void clipDense(IEnvelope clipperEnvelope, double denseDistance) throws java.io.IOException, AutomationException
clipDense
in interface ITopologicalOperator
clipperEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)denseDistance
- The denseDistance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumGeometry constructBuffers(int numBuffers, double[] distances) throws java.io.IOException, AutomationException
constructBuffers
in interface ITopologicalOperator2
numBuffers
- The numBuffers (in)distances
- The distances (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void clipToDomain() throws java.io.IOException, AutomationException
clipToDomain
in interface ITopologicalOperator2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsKnownSimple(boolean rhs1) throws java.io.IOException, AutomationException
setIsKnownSimple
in interface ITopologicalOperator2
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry intersectMultidimension(IGeometry other) throws java.io.IOException, AutomationException
intersectMultidimension
in interface ITopologicalOperator2
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSimpleEx(int[] reason) throws java.io.IOException, AutomationException
isSimpleEx
in interface ITopologicalOperator3
reason
- A com.esri.arcgis.geometry.esriNonSimpleReasonEnum constant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void geoNormalizeEx(ISpatialReference sR, double denseDistance) throws java.io.IOException, AutomationException
geoNormalizeEx
in interface ITopologicalOperator3
sR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)denseDistance
- The denseDistance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean hitTest(IPoint queryPoint, double searchRadius, int geometryPart, IPoint hitPoint, double[] hitDistance, int[] hitPartIndex, int[] hitSegmentIndex, boolean[] bRightSide) throws java.io.IOException, AutomationException
hitTest
in interface IHitTest
queryPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)searchRadius
- The searchRadius (in)geometryPart
- A com.esri.arcgis.geometry.esriGeometryHitPartType constant (in)hitPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)hitDistance
- The hitDistance (in/out: use single element array)hitPartIndex
- The hitPartIndex (in/out: use single element array)hitSegmentIndex
- The hitSegmentIndex (in/out: use single element array)bRightSide
- The bRightSide (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean hitTest3D(IPoint queryPoint, double searchRadius, int geometryPart, IPoint hitPoint, double[] hitDistance, int[] hitPartIndex, int[] hitSegmentIndex) throws java.io.IOException, AutomationException
hitTest3D
in interface IHitTest3D
queryPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)searchRadius
- The searchRadius (in)geometryPart
- A com.esri.arcgis.geometry.esriGeometryHitPartType constant (in)hitPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)hitDistance
- The hitDistance (in/out: use single element array)hitPartIndex
- The hitPartIndex (in/out: use single element array)hitSegmentIndex
- The hitSegmentIndex (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean hitTestCone(IRay pQueryRay, double minAngle, int geometryPart, IPoint pHitPoint, double[] pHitDistance, int[] pHitPartIndex, int[] pHitSegmentIndex) throws java.io.IOException, AutomationException
hitTestCone
in interface IHitTest3D
pQueryRay
- A reference to a com.esri.arcgis.geometry.IRay (in)minAngle
- The minAngle (in)geometryPart
- A com.esri.arcgis.geometry.esriGeometryHitPartType constant (in)pHitPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)pHitDistance
- The pHitDistance (in/out: use single element array)pHitPartIndex
- The pHitPartIndex (in/out: use single element array)pHitSegmentIndex
- The pHitSegmentIndex (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getArea() throws java.io.IOException, AutomationException
getArea
in interface IArea
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getCentroid() throws java.io.IOException, AutomationException
getCentroid
in interface IArea
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getLabelPoint() throws java.io.IOException, AutomationException
getLabelPoint
in interface IArea
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryCentroid(IPoint center) throws java.io.IOException, AutomationException
queryCentroid
in interface IArea
center
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryLabelPoint(IPoint labelPoint) throws java.io.IOException, AutomationException
queryLabelPoint
in interface IArea
labelPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getArea3D() throws java.io.IOException, AutomationException
getArea3D
in interface IArea3D
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getCentroid3D() throws java.io.IOException, AutomationException
getCentroid3D
in interface IArea3D
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getLabelPoint3D() throws java.io.IOException, AutomationException
getLabelPoint3D
in interface IArea3D
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryCentroid3D(IPoint center) throws java.io.IOException, AutomationException
queryCentroid3D
in interface IArea3D
center
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryLabelPoint3D(IPoint labelPoint) throws java.io.IOException, AutomationException
queryLabelPoint3D
in interface IArea3D
labelPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isZAware() throws java.io.IOException, AutomationException
isZAware
in interface IZAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZAware(boolean zAware) throws java.io.IOException, AutomationException
setZAware
in interface IZAware
zAware
- The zAware (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isZSimple() throws java.io.IOException, AutomationException
isZSimple
in interface IZAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void dropZs() throws java.io.IOException, AutomationException
dropZs
in interface IZAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getZMin() throws java.io.IOException, AutomationException
getZMin
in interface IZCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getZMax() throws java.io.IOException, AutomationException
getZMax
in interface IZCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void multiplyZs(double factor) throws java.io.IOException, AutomationException
multiplyZs
in interface IZCollection
factor
- The factor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void offsetZs(double offset) throws java.io.IOException, AutomationException
offsetZs
in interface IZCollection
offset
- The offset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isMAware() throws java.io.IOException, AutomationException
isMAware
in interface IMAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMAware(boolean mAware) throws java.io.IOException, AutomationException
setMAware
in interface IMAware
mAware
- The mAware (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isMSimple() throws java.io.IOException, AutomationException
isMSimple
in interface IMAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void dropMs() throws java.io.IOException, AutomationException
dropMs
in interface IMAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMMin() throws java.io.IOException, AutomationException
getMMin
in interface IMCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMMax() throws java.io.IOException, AutomationException
getMMax
in interface IMCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void multiplyMs(double factor) throws java.io.IOException, AutomationException
multiplyMs
in interface IMCollection
factor
- The factor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void offsetMs(double offset) throws java.io.IOException, AutomationException
offsetMs
in interface IMCollection
offset
- The offset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isPointIDAware() throws java.io.IOException, AutomationException
isPointIDAware
in interface IPointIDAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPointIDAware(boolean idAware) throws java.io.IOException, AutomationException
setPointIDAware
in interface IPointIDAware
idAware
- The idAware (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isPointIDSimple() throws java.io.IOException, AutomationException
isPointIDSimple
in interface IPointIDAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void dropPointIDs() throws java.io.IOException, AutomationException
dropPointIDs
in interface IPointIDAware
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
esri_clone
in interface IClone
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws java.io.IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void move(double dx, double dy) throws java.io.IOException, AutomationException
move
in interface ITransform2D
dx
- The dx (in)dy
- The dy (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void moveVector(ILine v) throws java.io.IOException, AutomationException
moveVector
in interface ITransform2D
v
- A reference to a com.esri.arcgis.geometry.ILine (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void scale(IPoint origin, double sx, double sy) throws java.io.IOException, AutomationException
scale
in interface ITransform2D
origin
- A reference to a com.esri.arcgis.geometry.IPoint (in)sx
- The sx (in)sy
- The sy (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void rotate(IPoint origin, double rotationAngle) throws java.io.IOException, AutomationException
rotate
in interface ITransform2D
origin
- A reference to a com.esri.arcgis.geometry.IPoint (in)rotationAngle
- The rotationAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void transform(int direction, ITransformation transformation) throws java.io.IOException, AutomationException
transform
in interface ITransform2D
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void move3D(double dx, double dy, double dz) throws java.io.IOException, AutomationException
move3D
in interface ITransform3D
dx
- The dx (in)dy
- The dy (in)dz
- The dz (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void moveVector3D(IVector3D v) throws java.io.IOException, AutomationException
moveVector3D
in interface ITransform3D
v
- A reference to a com.esri.arcgis.geometry.IVector3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void scale3D(IPoint origin, double sx, double sy, double sz) throws java.io.IOException, AutomationException
scale3D
in interface ITransform3D
origin
- A reference to a com.esri.arcgis.geometry.IPoint (in)sx
- The sx (in)sy
- The sy (in)sz
- The sz (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void rotateVector3D(IVector3D axis, double rotationAngle) throws java.io.IOException, AutomationException
rotateVector3D
in interface ITransform3D
axis
- A reference to a com.esri.arcgis.geometry.IVector3D (in)rotationAngle
- The rotationAngle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void transform3D(int direction, ITransformation3D transformation) throws java.io.IOException, AutomationException
transform3D
in interface ITransform3D
direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry projectToPlane(IPoint planarOrigin, IVector3D planarPositiveX, IVector3D planarNorm) throws java.io.IOException, AutomationException
projectToPlane
in interface ITransform3D
planarOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)planarPositiveX
- A reference to a com.esri.arcgis.geometry.IVector3D (in)planarNorm
- A reference to a com.esri.arcgis.geometry.IVector3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void snap() throws java.io.IOException, AutomationException
snap
in interface IMSnap
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getVertexCount() throws java.io.IOException, AutomationException
getVertexCount
in interface IGeneralMultiPatchInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPatchCount() throws java.io.IOException, AutomationException
getPatchCount
in interface IGeneralMultiPatchInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMCount() throws java.io.IOException, AutomationException
getMCount
in interface IGeneralMultiPatchInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getNormalCount() throws java.io.IOException, AutomationException
getNormalCount
in interface IGeneralMultiPatchInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTextureVertexCount() throws java.io.IOException, AutomationException
getTextureVertexCount
in interface IGeneralMultiPatchInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getIdCount() throws java.io.IOException, AutomationException
getIdCount
in interface IGeneralMultiPatchInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaterialCount() throws java.io.IOException, AutomationException
getMaterialCount
in interface IGeneralMultiPatchInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPatchVertexCount(int patch) throws java.io.IOException, AutomationException
getPatchVertexCount
in interface IGeneralMultiPatchInfo
patch
- The patch (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPatchType(int patch) throws java.io.IOException, AutomationException
getPatchType
in interface IGeneralMultiPatchInfo
patch
- The patch (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPatchPriority(int patch) throws java.io.IOException, AutomationException
getPatchPriority
in interface IGeneralMultiPatchInfo
patch
- The patch (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPatchMaterialIndex(int patch) throws java.io.IOException, AutomationException
getPatchMaterialIndex
in interface IGeneralMultiPatchInfo
patch
- The patch (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public _WKSPointZ getPatchVertex(int patch, int index) throws java.io.IOException, AutomationException
getPatchVertex
in interface IGeneralMultiPatchInfo
patch
- The patch (in)index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPatchM(int patch, int index) throws java.io.IOException, AutomationException
getPatchM
in interface IGeneralMultiPatchInfo
patch
- The patch (in)index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryPatchNormal(int patch, int index, IVector3D pNormal) throws java.io.IOException, AutomationException
queryPatchNormal
in interface IGeneralMultiPatchInfo
patch
- The patch (in)index
- The index (in)pNormal
- A reference to a com.esri.arcgis.geometry.IVector3D (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPatchTextureVertexCount(int patch) throws java.io.IOException, AutomationException
getPatchTextureVertexCount
in interface IGeneralMultiPatchInfo
patch
- The patch (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public _WKSPoint getPatchTextureVertex(int patch, int index) throws java.io.IOException, AutomationException
getPatchTextureVertex
in interface IGeneralMultiPatchInfo
patch
- The patch (in)index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPatchVertexID(int patch, int index) throws java.io.IOException, AutomationException
getPatchVertexID
in interface IGeneralMultiPatchInfo
patch
- The patch (in)index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaterialColor(int index) throws java.io.IOException, AutomationException
getMaterialColor
in interface IGeneralMultiPatchInfo
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaterialTransparencyPercent(int index) throws java.io.IOException, AutomationException
getMaterialTransparencyPercent
in interface IGeneralMultiPatchInfo
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isMaterialCullBackface(int index) throws java.io.IOException, AutomationException
isMaterialCullBackface
in interface IGeneralMultiPatchInfo
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isMaterialTextured(int index) throws java.io.IOException, AutomationException
isMaterialTextured
in interface IGeneralMultiPatchInfo
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaterialTextureRowCount(int index) throws java.io.IOException, AutomationException
getMaterialTextureRowCount
in interface IGeneralMultiPatchInfo
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaterialTextureColumnCount(int index) throws java.io.IOException, AutomationException
getMaterialTextureColumnCount
in interface IGeneralMultiPatchInfo
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaterialTextureBytesPerPixel(int index) throws java.io.IOException, AutomationException
getMaterialTextureBytesPerPixel
in interface IGeneralMultiPatchInfo
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaterialTexturePixelColor(int index, int row, int column) throws java.io.IOException, AutomationException
getMaterialTexturePixelColor
in interface IGeneralMultiPatchInfo
index
- The index (in)row
- The row (in)column
- The column (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryNearestPoint(IPoint p, int extension, IPoint nearest) throws java.io.IOException, AutomationException
queryNearestPoint
in interface IProximityOperator
p
- A reference to a com.esri.arcgis.geometry.IPoint (in)extension
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)nearest
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint returnNearestPoint(IPoint p, int extension) throws java.io.IOException, AutomationException
returnNearestPoint
in interface IProximityOperator
p
- A reference to a com.esri.arcgis.geometry.IPoint (in)extension
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double returnDistance(IGeometry other) throws java.io.IOException, AutomationException
returnDistance
in interface IProximityOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean esri_equals(IGeometry other) throws java.io.IOException, AutomationException
esri_equals
in interface IRelationalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean touches(IGeometry other) throws java.io.IOException, AutomationException
touches
in interface IRelationalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean contains(IGeometry other) throws java.io.IOException, AutomationException
contains
in interface IRelationalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean within(IGeometry other) throws java.io.IOException, AutomationException
within
in interface IRelationalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean disjoint(IGeometry other) throws java.io.IOException, AutomationException
disjoint
in interface IRelationalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean crosses(IGeometry other) throws java.io.IOException, AutomationException
crosses
in interface IRelationalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean overlaps(IGeometry other) throws java.io.IOException, AutomationException
overlaps
in interface IRelationalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean relation(IGeometry other, java.lang.String relationDescription) throws java.io.IOException, AutomationException
relation
in interface IRelationalOperator
other
- A reference to a com.esri.arcgis.geometry.IGeometry (in)relationDescription
- The relationDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean containsEx(IGeometry pOther, int relation) throws java.io.IOException, AutomationException
containsEx
in interface IRelationalOperator2
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)relation
- A com.esri.arcgis.geometry.esriSpatialRelationExEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean withinEx(IGeometry pOther, int relation) throws java.io.IOException, AutomationException
withinEx
in interface IRelationalOperator2
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)relation
- A com.esri.arcgis.geometry.esriSpatialRelationExEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isNear(IGeometry pOther, double distance) throws java.io.IOException, AutomationException
isNear
in interface IRelationalOperator2
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)distance
- The distance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryNearestPoint3D(IPoint pInP, int extension, IPoint pNearest) throws java.io.IOException, AutomationException
queryNearestPoint3D
in interface IProximityOperator3D
pInP
- A reference to a com.esri.arcgis.geometry.IPoint (in)extension
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)pNearest
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint returnNearestPoint3D(IPoint pInP, int extension) throws java.io.IOException, AutomationException
returnNearestPoint3D
in interface IProximityOperator3D
pInP
- A reference to a com.esri.arcgis.geometry.IPoint (in)extension
- A com.esri.arcgis.geometry.esriSegmentExtension constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double returnDistance3D(IGeometry pOther) throws java.io.IOException, AutomationException
returnDistance3D
in interface IProximityOperator3D
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean disjoint3D(IGeometry pOther) throws java.io.IOException, AutomationException
disjoint3D
in interface IRelationalOperator3D
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isNear3D(IGeometry pOther, double distance) throws java.io.IOException, AutomationException
isNear3D
in interface IRelationalOperator3D2
pOther
- A reference to a com.esri.arcgis.geometry.IGeometry (in)distance
- The distance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getVolume() throws java.io.IOException, AutomationException
getVolume
in interface IVolume
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException