|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVertexAttribute2
additional operations for geometries that can have attributes (z, m, id) on their vertices.
This interface is new at ArcGIS 9.3. It supersedes IVertexAttribute.
Method Summary | |
---|---|
void |
calculateNonSimpleVertexAttributes2(int attributeType,
boolean useSegmentExtrapolation,
boolean applySingleAtt)
Extrapolates/interpolates the non-simple vertex attribute values. |
void |
replaceVertexAttributes(int attributeType,
double oldAtt,
double newAtt)
Replace vertex attributes having the specified value with the new value. |
Methods inherited from interface com.esri.arcgis.geometry.IVertexAttribute |
---|
calculateNonSimpleVertexAttributes, extrapolateVertexAttributes, getVertexAttributeMax, getVertexAttributeMin, interpolateVertexAttributesBetween, isVertexAttributeSimple, multiplyVertexAttributes, offsetVertexAttributes, transferAttributes |
Method Detail |
---|
void calculateNonSimpleVertexAttributes2(int attributeType, boolean useSegmentExtrapolation, boolean applySingleAtt) throws IOException, AutomationException
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)useSegmentExtrapolation
- The useSegmentExtrapolation (in)applySingleAtt
- The applySingleAtt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replaceVertexAttributes(int attributeType, double oldAtt, double newAtt) throws IOException, AutomationException
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)oldAtt
- The oldAtt (in)newAtt
- The newAtt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |