|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.globecore.GlobeGraphicsElementProperties
public class GlobeGraphicsElementProperties
The Globe Graphics Element Properties.
When a globe graphics element is instantiated, a default set of element properties is created for the element. Depending on the type of element, the property type and value may vary (refer to the library overview for details). If a developer wants to use a set of properties of non-default values, this coclass should be used. See the GlobeGraphicsLayer help for a sample code.
Constructor Summary | |
---|---|
GlobeGraphicsElementProperties()
Constructs a GlobeGraphicsElementProperties using ArcGIS Engine. |
|
GlobeGraphicsElementProperties(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GlobeGraphicsElementProperties theGlobeGraphicsElementProperties = (GlobeGraphicsElementProperties) obj; |
Method Summary | |
---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
void |
getCallOutLineOffset(double[] pLongitudeInDegrees,
double[] pLatitudeInDegrees,
double[] pAltitudeInMeters)
The offset introduced by the callout line in the graphics element position. |
ISimpleLineSymbol |
getCallOutLineSymbol()
The symbol used for the callout line. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
double |
getDrapedDensificationDistance()
For draped line elements, densification distance in meters. |
double |
getDrapeZOffset()
The offset for elevation values when element is draped. |
String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace). |
int |
getOrientationMode()
The orientation mode, if supported by the element. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isDrapeElement()
The option to place the element as a vector on the Globe surface. |
boolean |
isDrapeQuality()
The option to use maximum resolution elevation when draping. |
boolean |
isFixedScreenSize()
The option to keep a fixed screen size, if supported by the element. |
boolean |
isIlluminate()
The illumination option for a graphics element. |
boolean |
isRasterize()
The option to rasterize the element on the Globe surface. |
boolean |
isUseCallOutLine()
The option to add a callout line, if supported by the element. |
void |
load(IStream pstm)
load |
void |
putCallOutLineOffset(double longitudeInDegrees,
double latitudeInDegrees,
double altitudeInMeters)
The offset introduced by the callout line in the graphics element position. |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setCallOutLineSymbol(ISimpleLineSymbol ppLineSym)
The symbol used for the callout line. |
void |
setDrapedDensificationDistance(double pMeters)
For draped line elements, densification distance in meters. |
void |
setDrapeElement(boolean pbDrape)
The option to place the element as a vector on the Globe surface. |
void |
setDrapeQuality(boolean pbUseMaximumResolution)
The option to use maximum resolution elevation when draping. |
void |
setDrapeZOffset(double pOffset)
The offset for elevation values when element is draped. |
void |
setFixedScreenSize(boolean pbFixed)
The option to keep a fixed screen size, if supported by the element. |
void |
setIlluminate(boolean pbIlluminate)
The illumination option for a graphics element. |
void |
setOrientationMode(int pMode)
The orientation mode, if supported by the element. |
void |
setRasterize(boolean pbRasterize)
The option to rasterize the element on the Globe surface. |
void |
setUseCallOutLine(boolean pbUseCallOut)
The option to add a callout line, if supported by the element. |
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 GlobeGraphicsElementProperties() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GlobeGraphicsElementProperties(Object obj) throws IOException
GlobeGraphicsElementProperties theGlobeGraphicsElementProperties = (GlobeGraphicsElementProperties) obj;
obj
to GlobeGraphicsElementProperties
.
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 void setIlluminate(boolean pbIlluminate) throws IOException, AutomationException
setIlluminate
in interface IGlobeGraphicsElementProperties
pbIlluminate
- The pbIlluminate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIlluminate() throws IOException, AutomationException
isIlluminate
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFixedScreenSize(boolean pbFixed) throws IOException, AutomationException
setFixedScreenSize
in interface IGlobeGraphicsElementProperties
pbFixed
- The pbFixed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFixedScreenSize() throws IOException, AutomationException
isFixedScreenSize
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOrientationMode(int pMode) throws IOException, AutomationException
setOrientationMode
in interface IGlobeGraphicsElementProperties
pMode
- A com.esri.arcgis.globecore.esriGlobeGraphicsOrientation constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOrientationMode() throws IOException, AutomationException
getOrientationMode
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseCallOutLine(boolean pbUseCallOut) throws IOException, AutomationException
setUseCallOutLine
in interface IGlobeGraphicsElementProperties
pbUseCallOut
- The pbUseCallOut (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseCallOutLine() throws IOException, AutomationException
isUseCallOutLine
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCallOutLineSymbol(ISimpleLineSymbol ppLineSym) throws IOException, AutomationException
setCallOutLineSymbol
in interface IGlobeGraphicsElementProperties
ppLineSym
- A reference to a com.esri.arcgis.display.ISimpleLineSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISimpleLineSymbol getCallOutLineSymbol() throws IOException, AutomationException
getCallOutLineSymbol
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putCallOutLineOffset(double longitudeInDegrees, double latitudeInDegrees, double altitudeInMeters) throws IOException, AutomationException
putCallOutLineOffset
in interface IGlobeGraphicsElementProperties
longitudeInDegrees
- The longitudeInDegrees (in)latitudeInDegrees
- The latitudeInDegrees (in)altitudeInMeters
- The altitudeInMeters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCallOutLineOffset(double[] pLongitudeInDegrees, double[] pLatitudeInDegrees, double[] pAltitudeInMeters) throws IOException, AutomationException
getCallOutLineOffset
in interface IGlobeGraphicsElementProperties
pLongitudeInDegrees
- The pLongitudeInDegrees (out: use single element array)pLatitudeInDegrees
- The pLatitudeInDegrees (out: use single element array)pAltitudeInMeters
- The pAltitudeInMeters (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterize(boolean pbRasterize) throws IOException, AutomationException
setRasterize
in interface IGlobeGraphicsElementProperties
pbRasterize
- The pbRasterize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRasterize() throws IOException, AutomationException
isRasterize
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrapeElement(boolean pbDrape) throws IOException, AutomationException
setDrapeElement
in interface IGlobeGraphicsElementProperties
pbDrape
- The pbDrape (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrapeElement() throws IOException, AutomationException
isDrapeElement
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrapeQuality(boolean pbUseMaximumResolution) throws IOException, AutomationException
setDrapeQuality
in interface IGlobeGraphicsElementProperties
pbUseMaximumResolution
- The pbUseMaximumResolution (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrapeQuality() throws IOException, AutomationException
isDrapeQuality
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrapeZOffset(double pOffset) throws IOException, AutomationException
setDrapeZOffset
in interface IGlobeGraphicsElementProperties
pOffset
- The pOffset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDrapeZOffset() throws IOException, AutomationException
getDrapeZOffset
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrapedDensificationDistance(double pMeters) throws IOException, AutomationException
setDrapedDensificationDistance
in interface IGlobeGraphicsElementProperties
pMeters
- The pMeters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDrapedDensificationDistance() throws IOException, AutomationException
getDrapedDensificationDistance
in interface IGlobeGraphicsElementProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
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 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 String getMinNamespaceSupported() throws IOException, AutomationException
getMinNamespaceSupported
in interface IXMLVersionSupport
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 |