|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MobileLayerInfo
public class MobileLayerInfo
Java class for MobileLayerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileLayerInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DataType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DisplayField" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GeometryType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGeometryType"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LayerType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FeatureDatasetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FeatureClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MinScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="MaxScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="IsFeatureLayer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsAnnotationLayer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsRasterLayer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsComposite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
<element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.0}Fields" minOccurs="0"/>
<element name="FieldAliases" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MobileLayerInfo()
MobileLayerInfo default constructor. |
|
MobileLayerInfo(int layerID,
String name,
String dataType,
String displayField,
EsriGeometryType geometryType,
String description,
String layerType,
String featureDatasetName,
String featureClassName,
double minScale,
double maxScale,
boolean isFeatureLayer,
boolean isAnnotationLayer,
boolean isRasterLayer,
boolean isComposite,
Envelope extent,
Fields fields,
String[] fieldAliases)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getDataType()
Gets the value of the dataType property. |
String |
getDescription()
Gets the value of the description property. |
String |
getDisplayField()
Gets the value of the displayField property. |
Envelope |
getExtent()
Gets the value of the extent property. |
String |
getFeatureClassName()
Gets the value of the featureClassName property. |
String |
getFeatureDatasetName()
Gets the value of the featureDatasetName property. |
String[] |
getFieldAliases()
Gets the value of the fieldAliases property. |
Fields |
getFields()
Gets the value of the fields property. |
EsriGeometryType |
getGeometryType()
Gets the value of the geometryType property. |
int |
getLayerID()
The layer identifier. |
String |
getLayerType()
The layer type. |
double |
getMaxScale()
Gets the value of the maxScale property. |
double |
getMinScale()
Gets the value of the minScale property. |
String |
getName()
Gets the value of the name property. |
boolean |
isIsAnnotationLayer()
Gets the value of the isAnnotationLayer property. |
boolean |
isIsComposite()
Gets the value of the isComposite property. |
boolean |
isIsFeatureLayer()
Gets the value of the isFeatureLayer property. |
boolean |
isIsRasterLayer()
Gets the value of the isRasterLayer property. |
void |
setDataType(String value)
Sets the value of the dataType property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDisplayField(String value)
Sets the value of the displayField property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setFeatureClassName(String value)
Sets the value of the featureClassName property. |
void |
setFeatureDatasetName(String value)
Sets the value of the featureDatasetName property. |
void |
setFieldAliases(String[] value)
Sets the value of the fieldAliases property. |
void |
setFields(Fields value)
Sets the value of the fields property. |
void |
setGeometryType(EsriGeometryType value)
Sets the value of the geometryType property. |
void |
setIsAnnotationLayer(boolean value)
Sets the value of the isAnnotationLayer property. |
void |
setIsComposite(boolean value)
Sets the value of the isComposite property. |
void |
setIsFeatureLayer(boolean value)
Sets the value of the isFeatureLayer property. |
void |
setIsRasterLayer(boolean value)
Sets the value of the isRasterLayer property. |
void |
setLayerID(int value)
The layer identifier. |
void |
setLayerType(String value)
The layer type. |
void |
setMaxScale(double value)
Sets the value of the maxScale property. |
void |
setMinScale(double value)
Sets the value of the minScale property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MobileLayerInfo(int layerID,
String name,
String dataType,
String displayField,
EsriGeometryType geometryType,
String description,
String layerType,
String featureDatasetName,
String featureClassName,
double minScale,
double maxScale,
boolean isFeatureLayer,
boolean isAnnotationLayer,
boolean isRasterLayer,
boolean isComposite,
Envelope extent,
Fields fields,
String[] fieldAliases)
public MobileLayerInfo()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic String getDisplayField()
Stringpublic void setDisplayField(String value)
value - allowed object is
Stringpublic EsriGeometryType getGeometryType()
EsriGeometryTypepublic void setGeometryType(EsriGeometryType value)
value - allowed object is
EsriGeometryTypepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getLayerType()
Stringpublic void setLayerType(String value)
value - allowed object is
Stringpublic String getFeatureDatasetName()
Stringpublic void setFeatureDatasetName(String value)
value - allowed object is
Stringpublic String getFeatureClassName()
Stringpublic void setFeatureClassName(String value)
value - allowed object is
Stringpublic double getMinScale()
public void setMinScale(double value)
public double getMaxScale()
public void setMaxScale(double value)
public boolean isIsFeatureLayer()
public void setIsFeatureLayer(boolean value)
public boolean isIsAnnotationLayer()
public void setIsAnnotationLayer(boolean value)
public boolean isIsRasterLayer()
public void setIsRasterLayer(boolean value)
public boolean isIsComposite()
public void setIsComposite(boolean value)
public Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fieldspublic String[] getFieldAliases()
[] public void setFieldAliases(String[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||