|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapTableInfo
com.esri.arcgisws.MapLayerInfo
public class MapLayerInfo
Java class for MapLayerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapLayerInfo">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}MapTableInfo">
<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="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LayerType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SourceDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HasLabels" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CanSelect" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CanScaleSymbols" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MinScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="MaxScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" minOccurs="0"/>
<element name="HasHyperlinks" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="HasAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CanIdentify" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CanFind" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsFeatureLayer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.3}Fields" minOccurs="0"/>
<element name="DisplayField" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IDField" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IsComposite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SubLayerIDs" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfInt" minOccurs="0"/>
<element name="ParentLayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FieldAliases" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/>
<element name="CopyrightText" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RelateInfos" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRelateInfo" minOccurs="0"/>
<element name="SupportsTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="StartTimeFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EndTimeFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeValueFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TrackIDFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeReference" minOccurs="0"/>
<element name="FullTimeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeExtent" minOccurs="0"/>
<element name="TimeInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="TimeIntervalUnits" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriTimeUnits" minOccurs="0"/>
<element name="HasAttachments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HTMLPopupType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriServerHTMLPopupType" minOccurs="0"/>
<element name="HasLayerDrawingDescription" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasSubtype" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CanModifyDrawingDescription" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportsStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportsAdvancedQueries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasLiveData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MapLayerInfo()
MapLayerInfo default constructor. |
|
MapLayerInfo(int layerID,
java.lang.String name,
java.lang.String description,
java.lang.String layerType,
java.lang.String sourceDescription,
boolean hasLabels,
boolean canSelect,
boolean canScaleSymbols,
double minScale,
double maxScale,
Envelope extent,
boolean hasHyperlinks,
boolean hasAttributes,
boolean canIdentify,
boolean canFind,
boolean isFeatureLayer,
Fields fields,
java.lang.String displayField,
java.lang.String idField,
boolean isComposite,
int[] subLayerIDs,
int parentLayerID,
java.lang.String[] fieldAliases,
java.lang.String copyrightText,
RelateInfo[] relateInfos,
java.lang.Boolean supportsTime,
java.lang.String startTimeFieldName,
java.lang.String endTimeFieldName,
java.lang.String timeValueFormat,
java.lang.String trackIDFieldName,
TimeReference timeReference,
TimeExtent fullTimeExtent,
java.lang.Double timeInterval,
EsriTimeUnits timeIntervalUnits,
java.lang.Boolean hasAttachments,
EsriServerHTMLPopupType htmlPopupType,
java.lang.Boolean hasLayerDrawingDescription,
java.lang.Boolean hasSubtype,
java.lang.Boolean canModifyDrawingDescription,
java.lang.Boolean supportsStatistics,
java.lang.Boolean supportsAdvancedQueries,
java.lang.Boolean hasLiveData)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getCanModifyDrawingDescription()
Gets the value of the canModifyDrawingDescription property. |
java.lang.String |
getCopyrightText()
Gets the value of the copyrightText property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayField()
Gets the value of the displayField property. |
java.lang.String |
getEndTimeFieldName()
Gets the value of the endTimeFieldName property. |
Envelope |
getExtent()
Gets the value of the extent property. |
java.lang.String[] |
getFieldAliases()
Gets the value of the fieldAliases property. |
Fields |
getFields()
Gets the value of the fields property. |
TimeExtent |
getFullTimeExtent()
Gets the value of the fullTimeExtent property. |
java.lang.Boolean |
getHasAttachments()
Gets the value of the hasAttachments property. |
java.lang.Boolean |
getHasLayerDrawingDescription()
Gets the value of the hasLayerDrawingDescription property. |
java.lang.Boolean |
getHasLiveData()
Gets the value of the hasLiveData property. |
java.lang.Boolean |
getHasSubtype()
Gets the value of the hasSubtype property. |
EsriServerHTMLPopupType |
getHTMLPopupType()
Gets the value of the htmlPopupType property. |
java.lang.String |
getIDField()
Gets the value of the idField property. |
int |
getLayerID()
The layer identifier. |
java.lang.String |
getLayerType()
The layer type. |
double |
getMaxScale()
Gets the value of the maxScale property. |
double |
getMinScale()
Gets the value of the minScale property. |
java.lang.String |
getName()
Gets the value of the name property. |
int |
getParentLayerID()
Gets the value of the parentLayerID property. |
RelateInfo[] |
getRelateInfos()
Gets the value of the relateInfos property. |
java.lang.String |
getSourceDescription()
Gets the value of the sourceDescription property. |
java.lang.String |
getStartTimeFieldName()
Gets the value of the startTimeFieldName property. |
int[] |
getSubLayerIDs()
The list identifying the sublayers if the layer is a composite layer. |
java.lang.Boolean |
getSupportsAdvancedQueries()
Gets the value of the supportsAdvancedQueries property. |
java.lang.Boolean |
getSupportsStatistics()
Gets the value of the supportsStatistics property. |
java.lang.Boolean |
getSupportsTime()
Gets the value of the supportsTime property. |
java.lang.Double |
getTimeInterval()
Gets the value of the timeInterval property. |
EsriTimeUnits |
getTimeIntervalUnits()
Gets the value of the timeIntervalUnits property. |
TimeReference |
getTimeReference()
Gets the value of the timeReference property. |
java.lang.String |
getTimeValueFormat()
Gets the value of the timeValueFormat property. |
java.lang.String |
getTrackIDFieldName()
Gets the value of the trackIDFieldName property. |
boolean |
isCanFind()
Gets the value of the canFind property. |
boolean |
isCanIdentify()
Gets the value of the canIdentify property. |
java.lang.Boolean |
isCanModifyDrawingDescription()
|
boolean |
isCanScaleSymbols()
Gets the value of the canScaleSymbols property. |
boolean |
isCanSelect()
Gets the value of the canSelect property. |
java.lang.Boolean |
isHasAttachments()
|
boolean |
isHasAttributes()
Gets the value of the hasAttributes property. |
boolean |
isHasHyperlinks()
Gets the value of the hasHyperlinks property. |
boolean |
isHasLabels()
Gets the value of the hasLabels property. |
java.lang.Boolean |
isHasLayerDrawingDescription()
|
java.lang.Boolean |
isHasLiveData()
|
java.lang.Boolean |
isHasSubtype()
|
boolean |
isIsComposite()
Gets the value of the isComposite property. |
boolean |
isIsFeatureLayer()
Gets the value of the isFeatureLayer property. |
java.lang.Boolean |
isSupportsAdvancedQueries()
|
java.lang.Boolean |
isSupportsStatistics()
|
java.lang.Boolean |
isSupportsTime()
|
void |
setCanFind(boolean value)
Sets the value of the canFind property. |
void |
setCanIdentify(boolean value)
Sets the value of the canIdentify property. |
void |
setCanModifyDrawingDescription(java.lang.Boolean value)
Sets the value of the canModifyDrawingDescription property. |
void |
setCanScaleSymbols(boolean value)
Sets the value of the canScaleSymbols property. |
void |
setCanSelect(boolean value)
Sets the value of the canSelect property. |
void |
setCopyrightText(java.lang.String value)
Sets the value of the copyrightText property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayField(java.lang.String value)
Sets the value of the displayField property. |
void |
setEndTimeFieldName(java.lang.String value)
Sets the value of the endTimeFieldName property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setFieldAliases(java.lang.String[] value)
Sets the value of the fieldAliases property. |
void |
setFields(Fields value)
Sets the value of the fields property. |
void |
setFullTimeExtent(TimeExtent value)
Sets the value of the fullTimeExtent property. |
void |
setHasAttachments(java.lang.Boolean value)
Sets the value of the hasAttachments property. |
void |
setHasAttributes(boolean value)
Sets the value of the hasAttributes property. |
void |
setHasHyperlinks(boolean value)
Sets the value of the hasHyperlinks property. |
void |
setHasLabels(boolean value)
Sets the value of the hasLabels property. |
void |
setHasLayerDrawingDescription(java.lang.Boolean value)
Sets the value of the hasLayerDrawingDescription property. |
void |
setHasLiveData(java.lang.Boolean value)
Sets the value of the hasLiveData property. |
void |
setHasSubtype(java.lang.Boolean value)
Sets the value of the hasSubtype property. |
void |
setHTMLPopupType(EsriServerHTMLPopupType value)
Sets the value of the htmlPopupType property. |
void |
setIDField(java.lang.String value)
Sets the value of the idField property. |
void |
setIsComposite(boolean value)
Sets the value of the isComposite property. |
void |
setIsFeatureLayer(boolean value)
Sets the value of the isFeatureLayer property. |
void |
setLayerID(int value)
The layer identifier. |
void |
setLayerType(java.lang.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(java.lang.String value)
Sets the value of the name property. |
void |
setParentLayerID(int value)
Sets the value of the parentLayerID property. |
void |
setRelateInfos(RelateInfo[] value)
Sets the value of the relateInfos property. |
void |
setSourceDescription(java.lang.String value)
Sets the value of the sourceDescription property. |
void |
setStartTimeFieldName(java.lang.String value)
Sets the value of the startTimeFieldName property. |
void |
setSubLayerIDs(int[] value)
The list identifying the sublayers if the layer is a composite layer. |
void |
setSupportsAdvancedQueries(java.lang.Boolean value)
Sets the value of the supportsAdvancedQueries property. |
void |
setSupportsStatistics(java.lang.Boolean value)
Sets the value of the supportsStatistics property. |
void |
setSupportsTime(java.lang.Boolean value)
Sets the value of the supportsTime property. |
void |
setTimeInterval(java.lang.Double value)
Sets the value of the timeInterval property. |
void |
setTimeIntervalUnits(EsriTimeUnits value)
Sets the value of the timeIntervalUnits property. |
void |
setTimeReference(TimeReference value)
Sets the value of the timeReference property. |
void |
setTimeValueFormat(java.lang.String value)
Sets the value of the timeValueFormat property. |
void |
setTrackIDFieldName(java.lang.String value)
Sets the value of the trackIDFieldName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MapLayerInfo(int layerID,
java.lang.String name,
java.lang.String description,
java.lang.String layerType,
java.lang.String sourceDescription,
boolean hasLabels,
boolean canSelect,
boolean canScaleSymbols,
double minScale,
double maxScale,
Envelope extent,
boolean hasHyperlinks,
boolean hasAttributes,
boolean canIdentify,
boolean canFind,
boolean isFeatureLayer,
Fields fields,
java.lang.String displayField,
java.lang.String idField,
boolean isComposite,
int[] subLayerIDs,
int parentLayerID,
java.lang.String[] fieldAliases,
java.lang.String copyrightText,
RelateInfo[] relateInfos,
java.lang.Boolean supportsTime,
java.lang.String startTimeFieldName,
java.lang.String endTimeFieldName,
java.lang.String timeValueFormat,
java.lang.String trackIDFieldName,
TimeReference timeReference,
TimeExtent fullTimeExtent,
java.lang.Double timeInterval,
EsriTimeUnits timeIntervalUnits,
java.lang.Boolean hasAttachments,
EsriServerHTMLPopupType htmlPopupType,
java.lang.Boolean hasLayerDrawingDescription,
java.lang.Boolean hasSubtype,
java.lang.Boolean canModifyDrawingDescription,
java.lang.Boolean supportsStatistics,
java.lang.Boolean supportsAdvancedQueries,
java.lang.Boolean hasLiveData)
public MapLayerInfo()
| Method Detail |
|---|
public int getLayerID()
public void setLayerID(int value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLayerType()
Stringpublic void setLayerType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSourceDescription()
Stringpublic void setSourceDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isHasLabels()
public void setHasLabels(boolean value)
public boolean isCanSelect()
public void setCanSelect(boolean value)
public boolean isCanScaleSymbols()
public void setCanScaleSymbols(boolean value)
public double getMinScale()
public void setMinScale(double value)
public double getMaxScale()
public void setMaxScale(double value)
public Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic boolean isHasHyperlinks()
public void setHasHyperlinks(boolean value)
public boolean isHasAttributes()
public void setHasAttributes(boolean value)
public boolean isCanIdentify()
public void setCanIdentify(boolean value)
public boolean isCanFind()
public void setCanFind(boolean value)
public boolean isIsFeatureLayer()
public void setIsFeatureLayer(boolean value)
public Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fieldspublic java.lang.String getDisplayField()
Stringpublic void setDisplayField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIDField()
Stringpublic void setIDField(java.lang.String value)
value - allowed object is
Stringpublic boolean isIsComposite()
public void setIsComposite(boolean value)
public int[] getSubLayerIDs()
[] public void setSubLayerIDs(int[] value)
value - allowed object is
[] public int getParentLayerID()
public void setParentLayerID(int value)
public java.lang.String[] getFieldAliases()
[] public void setFieldAliases(java.lang.String[] value)
value - allowed object is
[] public java.lang.String getCopyrightText()
Stringpublic void setCopyrightText(java.lang.String value)
value - allowed object is
Stringpublic RelateInfo[] getRelateInfos()
[] public void setRelateInfos(RelateInfo[] value)
value - allowed object is
[] public java.lang.Boolean getSupportsTime()
Booleanpublic java.lang.Boolean isSupportsTime()
public void setSupportsTime(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getStartTimeFieldName()
Stringpublic void setStartTimeFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndTimeFieldName()
Stringpublic void setEndTimeFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeValueFormat()
Stringpublic void setTimeValueFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrackIDFieldName()
Stringpublic void setTrackIDFieldName(java.lang.String value)
value - allowed object is
Stringpublic TimeReference getTimeReference()
TimeReferencepublic void setTimeReference(TimeReference value)
value - allowed object is
TimeReferencepublic TimeExtent getFullTimeExtent()
TimeExtentpublic void setFullTimeExtent(TimeExtent value)
value - allowed object is
TimeExtentpublic java.lang.Double getTimeInterval()
Doublepublic void setTimeInterval(java.lang.Double value)
value - allowed object is
Doublepublic EsriTimeUnits getTimeIntervalUnits()
EsriTimeUnitspublic void setTimeIntervalUnits(EsriTimeUnits value)
value - allowed object is
EsriTimeUnitspublic java.lang.Boolean getHasAttachments()
Booleanpublic java.lang.Boolean isHasAttachments()
public void setHasAttachments(java.lang.Boolean value)
value - allowed object is
Booleanpublic EsriServerHTMLPopupType getHTMLPopupType()
EsriServerHTMLPopupTypepublic void setHTMLPopupType(EsriServerHTMLPopupType value)
value - allowed object is
EsriServerHTMLPopupTypepublic java.lang.Boolean getHasLayerDrawingDescription()
Booleanpublic java.lang.Boolean isHasLayerDrawingDescription()
public void setHasLayerDrawingDescription(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getHasSubtype()
Booleanpublic java.lang.Boolean isHasSubtype()
public void setHasSubtype(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getCanModifyDrawingDescription()
Booleanpublic java.lang.Boolean isCanModifyDrawingDescription()
public void setCanModifyDrawingDescription(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getSupportsStatistics()
Booleanpublic java.lang.Boolean isSupportsStatistics()
public void setSupportsStatistics(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getSupportsAdvancedQueries()
Booleanpublic java.lang.Boolean isSupportsAdvancedQueries()
public void setSupportsAdvancedQueries(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getHasLiveData()
Booleanpublic java.lang.Boolean isHasLiveData()
public void setHasLiveData(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||