|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.controls.ARLayer
ARLayer object.
| Constructor Summary | |
ARLayer(java.lang.Object obj)
Construct a ARLayer using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getARLayerCount()
The number of child layers in a group layer. |
IARLayer |
getAsIARLayer()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IARLayer |
getChildARLayer(int index)
The child layer at the specifid index of a group layer. |
java.lang.Object |
getCustomProperty()
A property to associate data with an object. |
java.lang.String |
getDescription()
The description of the layer. |
void |
getExtent(double[] xMin,
double[] yMin,
double[] xMax,
double[] yMax)
The extent of the data within the layer. |
java.lang.Object |
getInternalObject()
The internal ArcObjects ILayer object. |
double |
getMaximumScale()
Maximum scale (representative fraction) at which the layer will display. |
double |
getMinimumScale()
Minimum scale (representative fraction) at which the layer will display. |
java.lang.String |
getName()
The name of the layer. |
java.lang.String |
getType()
The description of the type of layer. |
int |
hashCode()
the hashcode for this object |
boolean |
isCached()
Indicates if the layer has its own display cache. |
boolean |
isGroupLayer()
Indicates if the layer is a group of layers behaving like a single layer. |
boolean |
isHyperlinks()
Indicates if the layer contains hyperlinks. |
boolean |
isSearchable()
Indicates if the layer is searchable (only feature layers are searchable). |
boolean |
isVisible()
Indicates if the layer is currently visible. |
IARFeatureSet |
queryARFeatures(IARSearchDef pSearchDef)
Searches the layer using a search definition and returns an ARFeatureSet. |
IARFeatureCursor |
searchARFeatures(IARSearchDef pSearchDef)
Searches the layer using a search definition and returns an ARFeatureCursor. |
void |
setCustomProperty(java.lang.Object pVal)
A property to associate data with an object. |
void |
setVisible(boolean visible)
Indicates if the layer is currently visible. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ARLayer(java.lang.Object obj)
throws java.io.IOException
obj to ARLayer. *
ARLayer o = (ARLayer)obj; // will not work
ARLayer o = new ARLayer(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
ARLayer theARLayer = (ARLayer) obj;
java.io.IOException - if there are interop problems| Method Detail |
public IARLayer getAsIARLayer()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IARLayer
getName in interface IARLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isHyperlinks()
throws java.io.IOException,
AutomationException
IARLayer
isHyperlinks in interface IARLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean visible)
throws java.io.IOException,
AutomationException
IARLayer
setVisible in interface IARLayervisible - The visible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws java.io.IOException,
AutomationException
IARLayer
isVisible in interface IARLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public double getMaximumScale()
throws java.io.IOException,
AutomationException
IARLayer
getMaximumScale in interface IARLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public double getMinimumScale()
throws java.io.IOException,
AutomationException
IARLayer
getMinimumScale in interface IARLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isCached()
throws java.io.IOException,
AutomationException
IARLayer
isCached in interface IARLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isGroupLayer()
throws java.io.IOException,
AutomationException
IARLayer
isGroupLayer in interface IARLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getARLayerCount()
throws java.io.IOException,
AutomationException
IARLayer
getARLayerCount in interface IARLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IARLayer getChildARLayer(int index)
throws java.io.IOException,
AutomationException
IARLayer
getChildARLayer in interface IARLayerindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IARFeatureCursor searchARFeatures(IARSearchDef pSearchDef)
throws java.io.IOException,
AutomationException
IARLayer
searchARFeatures in interface IARLayerpSearchDef - A reference to a com.esri.arcgis.controls.IARSearchDef (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
IARLayer
getDescription in interface IARLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isSearchable()
throws java.io.IOException,
AutomationException
IARLayer
isSearchable in interface IARLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.Object getInternalObject()
throws java.io.IOException,
AutomationException
IARLayer
getInternalObject in interface IARLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getExtent(double[] xMin,
double[] yMin,
double[] xMax,
double[] yMax)
throws java.io.IOException,
AutomationException
IARLayer
getExtent in interface IARLayerxMin - The xMin (in/out: use single element array)yMin - The yMin (in/out: use single element array)xMax - The xMax (in/out: use single element array)yMax - The yMax (in/out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.Object getCustomProperty()
throws java.io.IOException,
AutomationException
IARLayer
getCustomProperty in interface IARLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCustomProperty(java.lang.Object pVal)
throws java.io.IOException,
AutomationException
IARLayer
setCustomProperty in interface IARLayerpVal - A Variant (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getType()
throws java.io.IOException,
AutomationException
IARLayer
getType in interface IARLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IARFeatureSet queryARFeatures(IARSearchDef pSearchDef)
throws java.io.IOException,
AutomationException
IARLayer
queryARFeatures in interface IARLayerpSearchDef - A reference to a com.esri.arcgis.controls.IARSearchDef (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 | |||||||||