com.esri.arcgis.carto
Class InvalidArea

java.lang.Object
  extended by com.esri.arcgis.carto.InvalidArea
All Implemented Interfaces:
IInvalidArea2, IInvalidArea3, IInvalidArea, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class InvalidArea
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IInvalidArea, IInvalidArea2, IInvalidArea3

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 =

See Also:
Serialized Form

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

InvalidArea

public InvalidArea()
            throws java.io.IOException,
                   java.net.UnknownHostException
Constructs a InvalidArea using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

InvalidArea

public InvalidArea(java.lang.Object obj)
            throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
InvalidArea theInvalidArea = (InvalidArea) obj;

Construct a InvalidArea using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to InvalidArea.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a InvalidArea.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getDisplay

public IScreenDisplay getDisplay()
                          throws java.io.IOException,
                                 AutomationException
The display that will be invalidated.

Specified by:
getDisplay in interface IInvalidArea
Returns:
A reference to a com.esri.arcgis.display.IScreenDisplay
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayByRef

public void setDisplayByRef(IScreenDisplay dpy)
                     throws java.io.IOException,
                            AutomationException
The display that will be invalidated.

Specified by:
setDisplayByRef in interface IInvalidArea
Parameters:
dpy - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(java.lang.Object thing)
         throws java.io.IOException,
                AutomationException
Add IFeature, IGeometry, ISet, or IEnumFeature.

Specified by:
add in interface IInvalidArea
Parameters:
thing - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

invalidate

public void invalidate(short screenCache)
                throws java.io.IOException,
                       AutomationException
Invalidate the display.

Specified by:
invalidate in interface IInvalidArea
Parameters:
screenCache - The screenCache (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFeature

public void addFeature(IFeature feature,
                       ISymbol symbol)
                throws java.io.IOException,
                       AutomationException
Invalidates the area occupied by the feature, using the symbolol specified.

Specified by:
addFeature in interface IInvalidArea2
Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

invalidateEx

public void invalidateEx(short screenCache,
                         double symSizePoints)
                  throws java.io.IOException,
                         AutomationException
Invalidates the display and considers a symbol's size in points.

Specified by:
invalidateEx in interface IInvalidArea3
Parameters:
screenCache - The screenCache (in)
symSizePoints - The symSizePoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.