|
|||||||||
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()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLayerType()
String
public void setLayerType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceDescription()
String
public void setSourceDescription(java.lang.String value)
value
- allowed object is
String
public 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()
Envelope
public void setExtent(Envelope value)
value
- allowed object is
Envelope
public 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()
Fields
public void setFields(Fields value)
value
- allowed object is
Fields
public java.lang.String getDisplayField()
String
public void setDisplayField(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIDField()
String
public void setIDField(java.lang.String value)
value
- allowed object is
String
public 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()
String
public void setCopyrightText(java.lang.String value)
value
- allowed object is
String
public RelateInfo[] getRelateInfos()
[]
public void setRelateInfos(RelateInfo[] value)
value
- allowed object is
[]
public java.lang.Boolean getSupportsTime()
Boolean
public java.lang.Boolean isSupportsTime()
public void setSupportsTime(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getStartTimeFieldName()
String
public void setStartTimeFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndTimeFieldName()
String
public void setEndTimeFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimeValueFormat()
String
public void setTimeValueFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTrackIDFieldName()
String
public void setTrackIDFieldName(java.lang.String value)
value
- allowed object is
String
public TimeReference getTimeReference()
TimeReference
public void setTimeReference(TimeReference value)
value
- allowed object is
TimeReference
public TimeExtent getFullTimeExtent()
TimeExtent
public void setFullTimeExtent(TimeExtent value)
value
- allowed object is
TimeExtent
public java.lang.Double getTimeInterval()
Double
public void setTimeInterval(java.lang.Double value)
value
- allowed object is
Double
public EsriTimeUnits getTimeIntervalUnits()
EsriTimeUnits
public void setTimeIntervalUnits(EsriTimeUnits value)
value
- allowed object is
EsriTimeUnits
public java.lang.Boolean getHasAttachments()
Boolean
public java.lang.Boolean isHasAttachments()
public void setHasAttachments(java.lang.Boolean value)
value
- allowed object is
Boolean
public EsriServerHTMLPopupType getHTMLPopupType()
EsriServerHTMLPopupType
public void setHTMLPopupType(EsriServerHTMLPopupType value)
value
- allowed object is
EsriServerHTMLPopupType
public java.lang.Boolean getHasLayerDrawingDescription()
Boolean
public java.lang.Boolean isHasLayerDrawingDescription()
public void setHasLayerDrawingDescription(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getHasSubtype()
Boolean
public java.lang.Boolean isHasSubtype()
public void setHasSubtype(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getCanModifyDrawingDescription()
Boolean
public java.lang.Boolean isCanModifyDrawingDescription()
public void setCanModifyDrawingDescription(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getSupportsStatistics()
Boolean
public java.lang.Boolean isSupportsStatistics()
public void setSupportsStatistics(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getSupportsAdvancedQueries()
Boolean
public java.lang.Boolean isSupportsAdvancedQueries()
public void setSupportsAdvancedQueries(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getHasLiveData()
Boolean
public 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 |