|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.MapSelection
public class MapSelection
COM Class 'MapSelection'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Maintains the map's feature selection.' 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.geodatabase.IEnumFeature |
---|
IID, IIDe373db08_56ff_11d1_ae55_0000f80372b4, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IEnumFeatureSetup |
---|
IID, IID6ea26548_cd08_47f3_93ca_bd8d8ab5d30a, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.ISelection |
---|
IID, IIDb1a1ca6d_a96c_11d1_8745_0000f8751720, xxDummy |
Constructor Summary | |
---|---|
MapSelection(java.lang.Object obj)
Construct a MapSelection using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
canClear()
Indicates if the selection can be cleared. |
boolean |
canCopy()
Indicates if the selection can be copied. |
boolean |
canCut()
Indicates if the selection can be cut. |
boolean |
canPaste()
Indicates if paste is supported. |
boolean |
canSelectAll()
Indicates if there's something to select. |
void |
clear()
Clears all items in the selection. |
void |
copy()
Copy the selected items to the clipboard. |
void |
cut()
Cut the selected items to the clipboard. |
void |
draw(IDisplay display,
ITrackCancel cancelTracker)
Draw the selected items. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isAllFields()
Indicates if returned features will contain all fields. |
boolean |
isRecycling()
Indicates if returned features recycle. |
IFeature |
next()
Retrieves the next Feature in the enumeration sequence. |
void |
paste()
Paste clipboard contents. |
void |
release()
Release a MapSelection. |
void |
reset()
Resets the enumeration sequence to the beginning. |
void |
selectAll()
Selects all items. |
void |
setAllFields(boolean allFields)
Indicates if returned features will contain all fields. |
void |
setRecycling(boolean recyling)
Indicates if returned features recycle. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapSelection(java.lang.Object obj) throws java.io.IOException
obj
to MapSelection
. *
MapSelection o = (MapSelection)obj; // will not work
MapSelection o = new MapSelection(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
MapSelection theMapSelection = (MapSelection) obj;
Method Detail |
---|
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 IFeature next() throws java.io.IOException, AutomationException
next
in interface IEnumFeature
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IEnumFeature
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRecycling() throws java.io.IOException, AutomationException
isRecycling
in interface IEnumFeatureSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRecycling(boolean recyling) throws java.io.IOException, AutomationException
setRecycling
in interface IEnumFeatureSetup
recyling
- The recyling (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllFields() throws java.io.IOException, AutomationException
isAllFields
in interface IEnumFeatureSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllFields(boolean allFields) throws java.io.IOException, AutomationException
setAllFields
in interface IEnumFeatureSetup
allFields
- The allFields (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canCut() throws java.io.IOException, AutomationException
canCut
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canCopy() throws java.io.IOException, AutomationException
canCopy
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canPaste() throws java.io.IOException, AutomationException
canPaste
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canClear() throws java.io.IOException, AutomationException
canClear
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canSelectAll() throws java.io.IOException, AutomationException
canSelectAll
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cut() throws java.io.IOException, AutomationException
cut
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void copy() throws java.io.IOException, AutomationException
copy
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void paste() throws java.io.IOException, AutomationException
paste
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectAll() throws java.io.IOException, AutomationException
selectAll
in interface ISelection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IDisplay display, ITrackCancel cancelTracker) throws java.io.IOException, AutomationException
draw
in interface ISelection
display
- A reference to a com.esri.arcgis.display.IDisplay (in)cancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (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 |