|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerInfo
public class MapServerInfo
Java class for MapServerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapServerInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FullExtent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" minOccurs="0"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" minOccurs="0"/>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference" minOccurs="0"/>
<element name="MapLayerInfos" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfMapLayerInfo" minOccurs="0"/>
<element name="BackgroundColor" type="{http://www.esri.com/schemas/ArcGIS/10.3}Color" minOccurs="0"/>
<element name="Bookmarks" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfMapServerBookmark" minOccurs="0"/>
<element name="DefaultMapDescription" type="{http://www.esri.com/schemas/ArcGIS/10.3}MapDescription" minOccurs="0"/>
<element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriUnits"/>
<element name="SupportedImageReturnTypes" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriImageReturnType"/>
<element name="BackgroundSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}FillSymbol" minOccurs="0"/>
<element name="CopyrightText" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StandaloneTableInfos" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfStandaloneTableInfo" minOccurs="0"/>
<element name="StandaloneTableDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfStandaloneTableDescription" minOccurs="0"/>
<element name="FullTimeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeExtent" minOccurs="0"/>
<element name="DefaultTimeStepInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="DefaultTimeStepIntervalUnits" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriTimeUnits" minOccurs="0"/>
<element name="DefaultTimeWindow" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SupportsDynamicLayers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasLiveData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MinScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MaxScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MapServerInfo()
MapServerInfo default constructor. |
|
MapServerInfo(java.lang.String name,
java.lang.String description,
Envelope fullExtent,
Envelope extent,
SpatialReference spatialReference,
MapLayerInfo[] mapLayerInfos,
Color backgroundColor,
MapServerBookmark[] bookmarks,
MapDescription defaultMapDescription,
EsriUnits units,
EsriImageReturnType supportedImageReturnTypes,
FillSymbol backgroundSymbol,
java.lang.String copyrightText,
StandaloneTableInfo[] standaloneTableInfos,
StandaloneTableDescription[] standaloneTableDescriptions,
TimeExtent fullTimeExtent,
java.lang.Double defaultTimeStepInterval,
EsriTimeUnits defaultTimeStepIntervalUnits,
java.lang.Double defaultTimeWindow,
java.lang.Boolean supportsDynamicLayers,
java.lang.Boolean hasLiveData,
java.lang.Double minScale,
java.lang.Double maxScale)
Deprecated. |
|
| Method Summary | |
|---|---|
Color |
getBackgroundColor()
Gets the value of the backgroundColor property. |
FillSymbol |
getBackgroundSymbol()
Gets the value of the backgroundSymbol property. |
MapServerBookmark[] |
getBookmarks()
Gets the value of the bookmarks property. |
java.lang.String |
getCopyrightText()
Gets the value of the copyrightText property. |
MapDescription |
getDefaultMapDescription()
Gets the value of the defaultMapDescription property. |
java.lang.Double |
getDefaultTimeStepInterval()
Gets the value of the defaultTimeStepInterval property. |
EsriTimeUnits |
getDefaultTimeStepIntervalUnits()
Gets the value of the defaultTimeStepIntervalUnits property. |
java.lang.Double |
getDefaultTimeWindow()
Gets the value of the defaultTimeWindow property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
Envelope |
getExtent()
Gets the value of the extent property. |
Envelope |
getFullExtent()
Gets the value of the fullExtent property. |
TimeExtent |
getFullTimeExtent()
Gets the value of the fullTimeExtent property. |
java.lang.Boolean |
getHasLiveData()
Gets the value of the hasLiveData property. |
MapLayerInfo[] |
getMapLayerInfos()
Gets the value of the mapLayerInfos property. |
java.lang.Double |
getMaxScale()
Gets the value of the maxScale property. |
java.lang.Double |
getMinScale()
Gets the value of the minScale property. |
java.lang.String |
getName()
Gets the value of the name property. |
SpatialReference |
getSpatialReference()
The spatial reference of the map (data frame). |
StandaloneTableDescription[] |
getStandaloneTableDescriptions()
Gets the value of the standaloneTableDescriptions property. |
StandaloneTableInfo[] |
getStandaloneTableInfos()
Gets the value of the standaloneTableInfos property. |
EsriImageReturnType |
getSupportedImageReturnTypes()
Gets the value of the supportedImageReturnTypes property. |
java.lang.Boolean |
getSupportsDynamicLayers()
Gets the value of the supportsDynamicLayers property. |
EsriUnits |
getUnits()
The units for the map (data frame). |
java.lang.Boolean |
isHasLiveData()
|
java.lang.Boolean |
isSupportsDynamicLayers()
|
void |
setBackgroundColor(Color value)
Sets the value of the backgroundColor property. |
void |
setBackgroundSymbol(FillSymbol value)
Sets the value of the backgroundSymbol property. |
void |
setBookmarks(MapServerBookmark[] value)
Sets the value of the bookmarks property. |
void |
setCopyrightText(java.lang.String value)
Sets the value of the copyrightText property. |
void |
setDefaultMapDescription(MapDescription value)
Sets the value of the defaultMapDescription property. |
void |
setDefaultTimeStepInterval(java.lang.Double value)
Sets the value of the defaultTimeStepInterval property. |
void |
setDefaultTimeStepIntervalUnits(EsriTimeUnits value)
Sets the value of the defaultTimeStepIntervalUnits property. |
void |
setDefaultTimeWindow(java.lang.Double value)
Sets the value of the defaultTimeWindow property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setFullExtent(Envelope value)
Sets the value of the fullExtent property. |
void |
setFullTimeExtent(TimeExtent value)
Sets the value of the fullTimeExtent property. |
void |
setHasLiveData(java.lang.Boolean value)
Sets the value of the hasLiveData property. |
void |
setMapLayerInfos(MapLayerInfo[] value)
Sets the value of the mapLayerInfos property. |
void |
setMaxScale(java.lang.Double value)
Sets the value of the maxScale property. |
void |
setMinScale(java.lang.Double value)
Sets the value of the minScale property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSpatialReference(SpatialReference value)
The spatial reference of the map (data frame). |
void |
setStandaloneTableDescriptions(StandaloneTableDescription[] value)
Sets the value of the standaloneTableDescriptions property. |
void |
setStandaloneTableInfos(StandaloneTableInfo[] value)
Sets the value of the standaloneTableInfos property. |
void |
setSupportedImageReturnTypes(EsriImageReturnType value)
Sets the value of the supportedImageReturnTypes property. |
void |
setSupportsDynamicLayers(java.lang.Boolean value)
Sets the value of the supportsDynamicLayers property. |
void |
setUnits(EsriUnits value)
The units for the map (data frame). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public MapServerInfo(java.lang.String name,
java.lang.String description,
Envelope fullExtent,
Envelope extent,
SpatialReference spatialReference,
MapLayerInfo[] mapLayerInfos,
Color backgroundColor,
MapServerBookmark[] bookmarks,
MapDescription defaultMapDescription,
EsriUnits units,
EsriImageReturnType supportedImageReturnTypes,
FillSymbol backgroundSymbol,
java.lang.String copyrightText,
StandaloneTableInfo[] standaloneTableInfos,
StandaloneTableDescription[] standaloneTableDescriptions,
TimeExtent fullTimeExtent,
java.lang.Double defaultTimeStepInterval,
EsriTimeUnits defaultTimeStepIntervalUnits,
java.lang.Double defaultTimeWindow,
java.lang.Boolean supportsDynamicLayers,
java.lang.Boolean hasLiveData,
java.lang.Double minScale,
java.lang.Double maxScale)
public MapServerInfo()
| Method Detail |
|---|
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 Envelope getFullExtent()
Envelopepublic void setFullExtent(Envelope value)
value - allowed object is
Envelopepublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic MapLayerInfo[] getMapLayerInfos()
[] public void setMapLayerInfos(MapLayerInfo[] value)
value - allowed object is
[] public Color getBackgroundColor()
Colorpublic void setBackgroundColor(Color value)
value - allowed object is
Colorpublic MapServerBookmark[] getBookmarks()
[] public void setBookmarks(MapServerBookmark[] value)
value - allowed object is
[] public MapDescription getDefaultMapDescription()
MapDescriptionpublic void setDefaultMapDescription(MapDescription value)
value - allowed object is
MapDescriptionpublic EsriUnits getUnits()
EsriUnitspublic void setUnits(EsriUnits value)
value - allowed object is
EsriUnitspublic EsriImageReturnType getSupportedImageReturnTypes()
EsriImageReturnTypepublic void setSupportedImageReturnTypes(EsriImageReturnType value)
value - allowed object is
EsriImageReturnTypepublic FillSymbol getBackgroundSymbol()
FillSymbolpublic void setBackgroundSymbol(FillSymbol value)
value - allowed object is
FillSymbolpublic java.lang.String getCopyrightText()
Stringpublic void setCopyrightText(java.lang.String value)
value - allowed object is
Stringpublic StandaloneTableInfo[] getStandaloneTableInfos()
[] public void setStandaloneTableInfos(StandaloneTableInfo[] value)
value - allowed object is
[] public StandaloneTableDescription[] getStandaloneTableDescriptions()
[] public void setStandaloneTableDescriptions(StandaloneTableDescription[] value)
value - allowed object is
[] public TimeExtent getFullTimeExtent()
TimeExtentpublic void setFullTimeExtent(TimeExtent value)
value - allowed object is
TimeExtentpublic java.lang.Double getDefaultTimeStepInterval()
Doublepublic void setDefaultTimeStepInterval(java.lang.Double value)
value - allowed object is
Doublepublic EsriTimeUnits getDefaultTimeStepIntervalUnits()
EsriTimeUnitspublic void setDefaultTimeStepIntervalUnits(EsriTimeUnits value)
value - allowed object is
EsriTimeUnitspublic java.lang.Double getDefaultTimeWindow()
Doublepublic void setDefaultTimeWindow(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getSupportsDynamicLayers()
Booleanpublic java.lang.Boolean isSupportsDynamicLayers()
public void setSupportsDynamicLayers(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
Booleanpublic java.lang.Double getMinScale()
Doublepublic void setMinScale(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMaxScale()
Doublepublic void setMaxScale(java.lang.Double value)
value - allowed object is
Double
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||