|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geometry.IVertexAttributeProxy
public class IVertexAttributeProxy
Identifies geometries that can have attributes on their vertices.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IVertexAttributeProxy()
|
|
IVertexAttributeProxy(Object obj)
|
protected |
IVertexAttributeProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
calculateNonSimpleVertexAttributes(int attributeType)
Extrapolates/interpolates the non-simple vertex attribute values. |
void |
extrapolateVertexAttributes(int attributeType,
int extrapolationStyle,
int startPart,
int startPoint,
int endPart,
int endPoint)
Extrapolates the attribute values at the begining of the geometry up to the fromIndex based on the attribute value interval between the fromIndex and the toIndex. |
double |
getVertexAttributeMax(int attributeType)
The maximum vertex attribute value of this type for all vertices in this object. |
double |
getVertexAttributeMin(int attributeType)
The minimum vertex attribute value of this type for all vertices in this object. |
void |
interpolateVertexAttributesBetween(int interpolatedAttributes,
int startPart,
int startPoint,
int endPart,
int endPoint)
Generate vertex attribute values by linear interpolation for all vertices in the range [start+1, end-1]. |
boolean |
isVertexAttributeSimple(int attributeType)
Indicates if there are no 'empty' vertex attribute values of this type for this object. |
void |
multiplyVertexAttributes(int attributeType,
double factor)
Scale all vertex attribute values of this type by the specified factor. |
void |
offsetVertexAttributes(int attributeType,
double offset)
Offset all vertex attribute values of this type by the specified factor. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
transferAttributes(ICurve srcCurve)
For each vertex on this geometry, assign the attributes found at the point an equal fraction of the distance along the source geometry (the point need not be an explicit vertex). |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IVertexAttributeProxy()
public IVertexAttributeProxy(Object obj) throws IOException
IOException
protected IVertexAttributeProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isVertexAttributeSimple(int attributeType) throws IOException, AutomationException
isVertexAttributeSimple
in interface IVertexAttribute
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getVertexAttributeMin(int attributeType) throws IOException, AutomationException
getVertexAttributeMin
in interface IVertexAttribute
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getVertexAttributeMax(int attributeType) throws IOException, AutomationException
getVertexAttributeMax
in interface IVertexAttribute
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void multiplyVertexAttributes(int attributeType, double factor) throws IOException, AutomationException
multiplyVertexAttributes
in interface IVertexAttribute
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)factor
- The factor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void offsetVertexAttributes(int attributeType, double offset) throws IOException, AutomationException
offsetVertexAttributes
in interface IVertexAttribute
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)offset
- The offset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interpolateVertexAttributesBetween(int interpolatedAttributes, int startPart, int startPoint, int endPart, int endPoint) throws IOException, AutomationException
interpolateVertexAttributesBetween
in interface IVertexAttribute
interpolatedAttributes
- The interpolatedAttributes (in)startPart
- The startPart (in)startPoint
- The startPoint (in)endPart
- The endPart (in)endPoint
- The endPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void extrapolateVertexAttributes(int attributeType, int extrapolationStyle, int startPart, int startPoint, int endPart, int endPoint) throws IOException, AutomationException
extrapolateVertexAttributes
in interface IVertexAttribute
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)extrapolationStyle
- A com.esri.arcgis.geometry.esriExtrapolationEnum constant (in)startPart
- The startPart (in)startPoint
- The startPoint (in)endPart
- The endPart (in)endPoint
- The endPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void calculateNonSimpleVertexAttributes(int attributeType) throws IOException, AutomationException
calculateNonSimpleVertexAttributes
in interface IVertexAttribute
attributeType
- A com.esri.arcgis.geometry.esriGeometryAttributes constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void transferAttributes(ICurve srcCurve) throws IOException, AutomationException
transferAttributes
in interface IVertexAttribute
srcCurve
- A reference to a com.esri.arcgis.geometry.ICurve (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 |