|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.DirectionalVectorRendererProperties
public class DirectionalVectorRendererProperties
Contains the properties required to perform directional vector rendering.
This object is a storage object for properties needed to render a directional line that indicates where a feature will be in a configured period of time.
Constructor Summary | |
---|---|
DirectionalVectorRendererProperties()
Constructs a DirectionalVectorRendererProperties using ArcGIS Engine. |
|
DirectionalVectorRendererProperties(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DirectionalVectorRendererProperties theDirectionalVectorRendererProperties = (DirectionalVectorRendererProperties) obj; |
Method Summary | |
---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
Object |
convertToSupportedObject(int docVersion)
Convert the object to another object that is supported. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
String |
getHeadingField()
Provides field name containing heading; empty indicates heading is to be calculated. |
void |
getHeadingReference(boolean[] pbIsNorthRef,
boolean[] pbIsClockwise)
Provides the reference used by heading field (e.g., true, true for typical heading measurement (north, clockwise). |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
String |
getSpeedField()
Provides field name containing speed; empty indicates speed is to be calculated. |
void |
getSpeedUnits(int[] peDistanceUnits,
int[] peTimeUnits)
Provides the units used by speed field (e.g., esriMiles, enumHours for mi/hr). |
ISymbol |
getSymbol()
Provides the line symbol to be used for rendering the directional vector. |
double |
getTimeInterval()
Provides the time interval represented by the directional vector; see property TimeIntervalUnits for this value’s units. |
int |
getTimeIntervalUnits()
Provides the time interval units represented by the directional vector; see property TimeInterval for the time value. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isGlobalProperties()
Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isSupportedAtVersion(int docVersion)
Is this object valid at the given document version. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setGlobalProperties(boolean pbvGlobal)
Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. |
void |
setHeadingField(String pbstrHeading)
Provides field name containing heading; empty indicates heading is to be calculated. |
void |
setHeadingReference(boolean bIsNorthRef,
boolean bIsClockwise)
Sets the reference used by heading field (e.g., true, true for typical heading measurement (north, clockwise). |
void |
setSpeedField(String pbstrSpeed)
Provides field name containing speed; empty indicates speed is to be calculated. |
void |
setSpeedUnits(int eDistanceUnits,
int eTimeUnits)
Sets the units used by speed field (e.g., esriMiles, enumHours for mi/hr). |
void |
setSymbol(ISymbol ppiSymbol)
Provides the line symbol to be used for rendering the directional vector. |
void |
setTimeInterval(double pdTimeValue)
Provides the time interval represented by the directional vector; see property TimeIntervalUnits for this value’s units. |
void |
setTimeIntervalUnits(int peTimeUnits)
Provides the time interval units represented by the directional vector; see property TimeInterval for the time value. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public DirectionalVectorRendererProperties() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DirectionalVectorRendererProperties(Object obj) throws IOException
DirectionalVectorRendererProperties theDirectionalVectorRendererProperties = (DirectionalVectorRendererProperties) obj;
obj
to DirectionalVectorRendererProperties
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public ISymbol getSymbol() throws IOException, AutomationException
getSymbol
in interface IDirectionalVectorRendererProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbol(ISymbol ppiSymbol) throws IOException, AutomationException
setSymbol
in interface IDirectionalVectorRendererProperties
ppiSymbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGlobalProperties() throws IOException, AutomationException
isGlobalProperties
in interface IDirectionalVectorRendererProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobalProperties(boolean pbvGlobal) throws IOException, AutomationException
setGlobalProperties
in interface IDirectionalVectorRendererProperties
pbvGlobal
- The pbvGlobal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTimeInterval() throws IOException, AutomationException
getTimeInterval
in interface IDirectionalVectorRendererProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeInterval(double pdTimeValue) throws IOException, AutomationException
setTimeInterval
in interface IDirectionalVectorRendererProperties
pdTimeValue
- The pdTimeValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTimeIntervalUnits() throws IOException, AutomationException
getTimeIntervalUnits
in interface IDirectionalVectorRendererProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeIntervalUnits(int peTimeUnits) throws IOException, AutomationException
setTimeIntervalUnits
in interface IDirectionalVectorRendererProperties
peTimeUnits
- A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSpeedField() throws IOException, AutomationException
getSpeedField
in interface IDirectionalVectorRendererProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpeedField(String pbstrSpeed) throws IOException, AutomationException
setSpeedField
in interface IDirectionalVectorRendererProperties
pbstrSpeed
- The pbstrSpeed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHeadingField() throws IOException, AutomationException
getHeadingField
in interface IDirectionalVectorRendererProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeadingField(String pbstrHeading) throws IOException, AutomationException
setHeadingField
in interface IDirectionalVectorRendererProperties
pbstrHeading
- The pbstrHeading (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSpeedUnits(int[] peDistanceUnits, int[] peTimeUnits) throws IOException, AutomationException
getSpeedUnits
in interface IDirectionalVectorRendererProperties
peDistanceUnits
- A com.esri.arcgis.system.esriUnits constant (out: use single element array)peTimeUnits
- A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpeedUnits(int eDistanceUnits, int eTimeUnits) throws IOException, AutomationException
setSpeedUnits
in interface IDirectionalVectorRendererProperties
eDistanceUnits
- A com.esri.arcgis.system.esriUnits constant (in)eTimeUnits
- A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeadingReference(boolean bIsNorthRef, boolean bIsClockwise) throws IOException, AutomationException
setHeadingReference
in interface IDirectionalVectorRendererProperties
bIsNorthRef
- The bIsNorthRef (in)bIsClockwise
- The bIsClockwise (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getHeadingReference(boolean[] pbIsNorthRef, boolean[] pbIsClockwise) throws IOException, AutomationException
getHeadingReference
in interface IDirectionalVectorRendererProperties
pbIsNorthRef
- The pbIsNorthRef (out: use single element array)pbIsClockwise
- The pbIsClockwise (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws IOException, AutomationException
esri_clone
in interface IClone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws IOException, AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws IOException, AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportedAtVersion(int docVersion) throws IOException, AutomationException
Use IsSupportedAtVersion to identify if a particular object should be saved to the ObjectStream. This result is based on the esriArcGISVersion enumeration. In some instances, if the object is not supported at a particular ArcGIS version, the object may support conversion to another similar object; use IDocumentVersionSupportGEN::ConvertToSupportedObject to accomplish this.
isSupportedAtVersion
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object convertToSupportedObject(int docVersion) throws IOException, AutomationException
This method should be used when IDocumentVersionSupportGEN::IsSupportedAtVersion returns FALSE. Calling ConvertToSupportedObject will return an IUnknown pointer to a relevant object supported at the particular ArcGIS version. Not all objects will return a supported object; in these cases a null pointer will be returned.
convertToSupportedObject
in interface IDocumentVersionSupportGEN
docVersion
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |