|
|||||||||
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
COM Class 'InvalidArea'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Accumulates a region from multiple objects and invalidates this area on the display.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.carto.IInvalidArea3 |
---|
IID, IID34ddb0ec_4d41_4747_9507_d32abe9feee8, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IInvalidArea2 |
---|
IIDfcd50e05_696b_49a5_8872_2f43453fcd2f |
Fields inherited from interface com.esri.arcgis.geodatabase.IInvalidArea |
---|
IIDa802ba73_d947_11d1_8484_0000f875b9c6 |
Constructor Summary | |
---|---|
InvalidArea()
Constructs a InvalidArea using ArcGIS Engine. |
|
InvalidArea(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. InvalidArea theInvalidArea = (InvalidArea) obj; |
Method Summary | |
---|---|
void |
add(java.lang.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(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
IScreenDisplay |
getDisplay()
The display that will be invalidated. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 |
release()
Release a InvalidArea. |
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 |
Constructor Detail |
---|
public InvalidArea() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic InvalidArea(java.lang.Object obj) throws java.io.IOException
InvalidArea theInvalidArea = (InvalidArea) obj;
obj
to InvalidArea
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IScreenDisplay getDisplay() throws java.io.IOException, AutomationException
getDisplay
in interface IInvalidArea
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayByRef(IScreenDisplay dpy) throws java.io.IOException, AutomationException
setDisplayByRef
in interface IInvalidArea
dpy
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(java.lang.Object thing) throws java.io.IOException, AutomationException
add
in interface IInvalidArea
thing
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void invalidate(short screenCache) throws java.io.IOException, AutomationException
invalidate
in interface IInvalidArea
screenCache
- The screenCache (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addFeature(IFeature feature, ISymbol symbol) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void invalidateEx(short screenCache, double symSizePoints) throws java.io.IOException, AutomationException
invalidateEx
in interface IInvalidArea3
screenCache
- The screenCache (in)symSizePoints
- The symSizePoints (in)
java.io.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 |