|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.DimensionStyles
public class DimensionStyles
A collection of DimensionStyle objects.
The DimensionStyles class manages a collection of DimensionStyle objects.
The DimensionStyles class is used to retrieve, create, and delete DimensionStyles.
Constructor Summary | |
---|---|
DimensionStyles()
Constructs a DimensionStyles using ArcGIS Engine. |
|
DimensionStyles(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DimensionStyles theDimensionStyles = (DimensionStyles) obj; |
Method Summary | |
---|---|
void |
addStyle(IDimensionStyle style)
Adds a style to the collection. |
void |
deleteStyle(int iD)
Deletes a dimension style. |
boolean |
equals(Object o)
Compare this object with another |
IDimensionStyle |
findStyle(String name)
Find a dimension style by name. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
int |
getDefaultStyleID()
The ID of the defualt dimension style. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
IDimensionStyle |
getStyle(int iD)
A dimension style. |
IEnumDimensionStyle |
getStyles()
All the dimension styles in the collection. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
renameStyle(int iD,
String name)
Renames a dimension style. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setDefaultStyleID(int iD)
The ID of the defualt dimension style. |
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 DimensionStyles() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DimensionStyles(Object obj) throws IOException
DimensionStyles theDimensionStyles = (DimensionStyles) obj;
obj
to DimensionStyles
.
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 addStyle(IDimensionStyle style) throws IOException, AutomationException
addStyle
in interface IDimensionStyles
style
- A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDimensionStyle getStyle(int iD) throws IOException, AutomationException
getStyle
in interface IDimensionStyles
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDimensionStyle findStyle(String name) throws IOException, AutomationException
findStyle
in interface IDimensionStyles
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumDimensionStyle getStyles() throws IOException, AutomationException
getStyles
in interface IDimensionStyles
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDefaultStyleID() throws IOException, AutomationException
getDefaultStyleID
in interface IDimensionStyles
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultStyleID(int iD) throws IOException, AutomationException
setDefaultStyleID
in interface IDimensionStyles
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteStyle(int iD) throws IOException, AutomationException
deleteStyle
in interface IDimensionStyles
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void renameStyle(int iD, String name) throws IOException, AutomationException
renameStyle
in interface IDimensionStyles
iD
- The iD (in)name
- The name (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 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 |