|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.InvalidArea
public class InvalidArea
Accumulates a region from multiple objects and invalidates this area on the display.
Constructor Summary | |
---|---|
InvalidArea()
Constructs a InvalidArea using ArcGIS Engine. |
|
InvalidArea(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. InvalidArea theInvalidArea = (InvalidArea) obj; |
Method Summary | |
---|---|
void |
add(Object thing)
Add IFeature, IGeometry, ISet, or IEnumFeature. |
void |
addFeature(IFeature feature,
ISymbol symbol)
Invalidates the area occupied by the feature, using the symbolol specified. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IScreenDisplay |
getDisplay()
The display that will be invalidated. |
int |
hashCode()
the hashcode for this object |
void |
invalidate(short screenCache)
Invalidate the display. |
void |
invalidateEx(short screenCache,
double symSizePoints)
Invalidates the display and considers a symbol's size in points. |
void |
setDisplayByRef(IScreenDisplay dpy)
The display that will be invalidated. |
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 InvalidArea() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic InvalidArea(Object obj) throws IOException
InvalidArea theInvalidArea = (InvalidArea) obj;
obj
to InvalidArea
.
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 IScreenDisplay getDisplay() throws IOException, AutomationException
getDisplay
in interface IInvalidArea
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayByRef(IScreenDisplay dpy) throws IOException, AutomationException
setDisplayByRef
in interface IInvalidArea
dpy
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(Object thing) throws IOException, AutomationException
add
in interface IInvalidArea
thing
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void invalidate(short screenCache) throws IOException, AutomationException
invalidate
in interface IInvalidArea
screenCache
- The screenCache (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addFeature(IFeature feature, ISymbol symbol) throws IOException, AutomationException
addFeature
in interface IInvalidArea2
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)symbol
- 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 void invalidateEx(short screenCache, double symSizePoints) throws IOException, AutomationException
invalidateEx
in interface IInvalidArea3
screenCache
- The screenCache (in)symSizePoints
- The symSizePoints (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 |