|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.AreaPatchStyleGalleryClass
public class AreaPatchStyleGalleryClass
Use to create new Area Patch items.
Constructor Summary | |
---|---|
AreaPatchStyleGalleryClass()
Constructs a AreaPatchStyleGalleryClass using ArcGIS Engine. |
|
AreaPatchStyleGalleryClass(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AreaPatchStyleGalleryClass theAreaPatchStyleGalleryClass = (AreaPatchStyleGalleryClass) obj; |
Method Summary | |
---|---|
void |
editProperties(Object[] galleryItem,
IComPropertySheetEvents listener,
int hWnd,
boolean[] ok)
Edits the properties of a Style Gallery Item of the supported class. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDescription()
Description for the Style Gallery Class. |
String |
getDisplayName()
Display name of the Style Gallery Class. |
GUID |
getItemClass()
Interface ID for the items in the class. |
String |
getName()
Name of the Style Gallery Class(as in the stle file). |
Object |
getNewObject(String newType)
Creates a new object of the specified type. |
IEnumBSTR |
getNewObjectTypes()
The available types of new items in this class. |
double |
getPreviewRatio()
The width ratio to 1 height. |
int |
hashCode()
the hashcode for this object |
void |
preview(Object galleryItem,
int hDC,
tagRECT rectangle)
Draws a preview of a Style Gallery Item of the supported class. |
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 AreaPatchStyleGalleryClass() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic AreaPatchStyleGalleryClass(Object obj) throws IOException
AreaPatchStyleGalleryClass theAreaPatchStyleGalleryClass = (AreaPatchStyleGalleryClass) obj;
obj
to AreaPatchStyleGalleryClass
.
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 String getName() throws IOException, AutomationException
getName
in interface IStyleGalleryClass
getName
in interface IStyleGalleryClass2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface IStyleGalleryClass
getDescription
in interface IStyleGalleryClass2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public GUID getItemClass() throws IOException, AutomationException
getItemClass
in interface IStyleGalleryClass
getItemClass
in interface IStyleGalleryClass2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumBSTR getNewObjectTypes() throws IOException, AutomationException
getNewObjectTypes
in interface IStyleGalleryClass
getNewObjectTypes
in interface IStyleGalleryClass2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getNewObject(String newType) throws IOException, AutomationException
getNewObject
in interface IStyleGalleryClass
getNewObject
in interface IStyleGalleryClass2
newType
- The newType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getPreviewRatio() throws IOException, AutomationException
getPreviewRatio
in interface IStyleGalleryClass
getPreviewRatio
in interface IStyleGalleryClass2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void preview(Object galleryItem, int hDC, tagRECT rectangle) throws IOException, AutomationException
preview
in interface IStyleGalleryClass
preview
in interface IStyleGalleryClass2
galleryItem
- A reference to another Object (IUnknown) (in)hDC
- The hDC (A COM typedef) (in)rectangle
- A Structure: com.esri.arcgis.system.tagRECT (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void editProperties(Object[] galleryItem, IComPropertySheetEvents listener, int hWnd, boolean[] ok) throws IOException, AutomationException
editProperties
in interface IStyleGalleryClass
editProperties
in interface IStyleGalleryClass2
galleryItem
- A reference to another Object (IUnknown) (in)listener
- A reference to a com.esri.arcgis.systemUI.IComPropertySheetEvents (in)hWnd
- The hWnd (A COM typedef) (in)ok
- The ok (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDisplayName() throws IOException, AutomationException
getDisplayName
in interface IStyleGalleryClass2
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 |