public interface IVertexAttribute2 extends IVertexAttribute, java.io.Serializable
Description: 'additional operations for geometries that can have attributes (z, m, id) on their vertices.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2356db4e_721c_45d1_8a22_9dd1865bfa8f |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDab2a8c25_d660_11d2_9f2a_00c04f6bdf0d
Modifier and Type | Method and Description |
---|---|
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.
|
calculateNonSimpleVertexAttributes, extrapolateVertexAttributes, getVertexAttributeMax, getVertexAttributeMin, interpolateVertexAttributesBetween, isVertexAttributeSimple, multiplyVertexAttributes, offsetVertexAttributes, transferAttributes
static final int IID2356db4e_721c_45d1_8a22_9dd1865bfa8f
static final int xxDummy
static final java.lang.String IID
void calculateNonSimpleVertexAttributes2(int attributeType, boolean useSegmentExtrapolation, boolean applySingleAtt) throws java.io.IOException, AutomationException
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)useSegmentExtrapolation
- The useSegmentExtrapolation (in)applySingleAtt
- The applySingleAtt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void replaceVertexAttributes(int attributeType, double oldAtt, double newAtt) throws java.io.IOException, AutomationException
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)oldAtt
- The oldAtt (in)newAtt
- The newAtt (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.