|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ACFeatureLayer
public class ACFeatureLayer
COM Class 'ACFeatureLayer'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'ArcIMS layer for displaying features.' 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 | |
---|---|
static long |
serialVersionUID
|
Fields inherited from interface com.esri.arcgis.carto.IACLayer |
---|
IID, IID74e45211_dfe6_11d3_9ff7_00c04f6bc6a5, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IACLayerAdmin |
---|
IID, IID892dbd7b_6c2a_4456_aa7c_5cbd7cd5e595, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IACFeatureLayer |
---|
IID, IIDad88322d_533d_4e36_a5c9_1b109af7a346, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IACFeatureLayerAdmin |
---|
IID, IID822bc633_eaf0_4bfe_b61d_6d6328f3841f, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersistStream |
---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.carto.IACLayer2 |
---|
IID, IID24ed5084_5a20_47e8_8cba_d5d36541c7ae, xxDummy |
Constructor Summary | |
---|---|
ACFeatureLayer()
Constructs a ACFeatureLayer using ArcGIS Engine. |
|
ACFeatureLayer(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ACFeatureLayer theACFeatureLayer = (ACFeatureLayer) obj; |
Method Summary | |
---|---|
void |
connect(java.lang.String layerInfo,
IIMSAxlRequest request,
ISpatialReference spatialRef,
int mapUnits,
IFeatureClass featureClass)
Connects to the feature layer. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDisplayField()
The primary display field. |
IEnvelope |
getExtent()
The extent of the layer. |
IFeatureClass |
getFeatureClass()
The layer's feature class. |
int |
getGeometryType()
The type of the Shape for the features in the layer. |
java.lang.String |
getID()
The layer id. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.Object |
getLayerDefAxl()
The layer def axl. |
double |
getMaxScale()
Maximum scale at which the layer will display. |
double |
getMinScale()
Minimum scale at which the layer will display. |
java.lang.String |
getName()
The layer name. |
ISpatialReference |
getNativeSpatialReference()
The native spatial reference of the data. |
java.lang.String |
getOriginalName()
The name of the layer that the ArcIMS Server hands out. |
java.lang.String |
getParentLayerID()
The parent layer id. |
IACRenderer |
getRenderer()
Renderer used to draw the layer. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getXMLLayerInfo()
The XML LayerInfo. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isDisplayAnnotation()
Indicates if the layer displays annotation. |
boolean |
isHasLabels()
Indicates if the layer has labels. |
boolean |
isVisible()
Indicates if the layer is currently visible. |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a ACFeatureLayer. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setDisplayAnnotation(boolean flag)
Indicates if the layer displays annotation. |
void |
setDisplayField(java.lang.String fieldName)
The primary display field. |
void |
setID(java.lang.String iD)
The layer id. |
void |
setMaxScale(double scale)
Maximum scale at which the layer will display. |
void |
setMinScale(double scale)
Minimum scale at which the layer will display. |
void |
setName(java.lang.String name)
The layer name. |
void |
setOriginalName(java.lang.String name)
The name of the layer that the ArcIMS Server hands out. |
void |
setParentLayerID(java.lang.String iD)
The parent layer id. |
void |
setRendererByRef(IACRenderer renderer)
Renderer used to draw the layer. |
void |
setVisible(boolean visible)
Indicates if the layer is currently visible. |
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public ACFeatureLayer() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ACFeatureLayer(java.lang.Object obj) throws java.io.IOException
ACFeatureLayer theACFeatureLayer = (ACFeatureLayer) obj;
obj
to ACFeatureLayer
.
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 java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IACLayer
getName
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IACLayer
setName
in interface IACLayer2
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOriginalName() throws java.io.IOException, AutomationException
getOriginalName
in interface IACLayer
getOriginalName
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOriginalName(java.lang.String name) throws java.io.IOException, AutomationException
setOriginalName
in interface IACLayer
setOriginalName
in interface IACLayer2
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getID() throws java.io.IOException, AutomationException
getID
in interface IACLayer
getID
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(java.lang.String iD) throws java.io.IOException, AutomationException
setID
in interface IACLayer
setID
in interface IACLayer2
iD
- The iD (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
isVisible
in interface IACLayer
isVisible
in interface IACLayer2
java.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
setVisible
in interface IACLayer
setVisible
in interface IACLayer2
visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinScale() throws java.io.IOException, AutomationException
getMinScale
in interface IACLayer
getMinScale
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinScale(double scale) throws java.io.IOException, AutomationException
setMinScale
in interface IACLayer
setMinScale
in interface IACLayer2
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxScale() throws java.io.IOException, AutomationException
getMaxScale
in interface IACLayer
getMaxScale
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxScale(double scale) throws java.io.IOException, AutomationException
setMaxScale
in interface IACLayer
setMaxScale
in interface IACLayer2
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getLayerDefAxl() throws java.io.IOException, AutomationException
getLayerDefAxl
in interface IACLayer
getLayerDefAxl
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IACLayer
getExtent
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getNativeSpatialReference() throws java.io.IOException, AutomationException
getNativeSpatialReference
in interface IACLayer
getNativeSpatialReference
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getXMLLayerInfo() throws java.io.IOException, AutomationException
getXMLLayerInfo
in interface IACLayerAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IACRenderer getRenderer() throws java.io.IOException, AutomationException
getRenderer
in interface IACFeatureLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRendererByRef(IACRenderer renderer) throws java.io.IOException, AutomationException
setRendererByRef
in interface IACFeatureLayer
renderer
- A reference to a com.esri.arcgis.carto.IACRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryType() throws java.io.IOException, AutomationException
getGeometryType
in interface IACFeatureLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureClass getFeatureClass() throws java.io.IOException, AutomationException
getFeatureClass
in interface IACFeatureLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayField() throws java.io.IOException, AutomationException
getDisplayField
in interface IACFeatureLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayField(java.lang.String fieldName) throws java.io.IOException, AutomationException
setDisplayField
in interface IACFeatureLayer
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasLabels() throws java.io.IOException, AutomationException
isHasLabels
in interface IACFeatureLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayAnnotation() throws java.io.IOException, AutomationException
isDisplayAnnotation
in interface IACFeatureLayer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayAnnotation(boolean flag) throws java.io.IOException, AutomationException
setDisplayAnnotation
in interface IACFeatureLayer
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void connect(java.lang.String layerInfo, IIMSAxlRequest request, ISpatialReference spatialRef, int mapUnits, IFeatureClass featureClass) throws java.io.IOException, AutomationException
connect
in interface IACFeatureLayerAdmin
layerInfo
- The layerInfo (in)request
- A reference to a com.esri.arcgis.gisclient.IIMSAxlRequest (in)spatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)mapUnits
- A com.esri.arcgis.gisclient.acMapUnits constant (in)featureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getParentLayerID() throws java.io.IOException, AutomationException
getParentLayerID
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParentLayerID(java.lang.String iD) throws java.io.IOException, AutomationException
setParentLayerID
in interface IACLayer2
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |