com.esri.arcgisws
Class MapDescription

java.lang.Object
  extended by com.esri.arcgisws.MapDescription
All Implemented Interfaces:
Serializable

public class MapDescription
extends Object
implements Serializable

Java class for MapDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MapDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MapArea" type="{http://www.esri.com/schemas/ArcGIS/10.0}MapArea" minOccurs="0"/>
         <element name="LayerDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfLayerDescription" minOccurs="0"/>
         <element name="Rotation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="TransparentColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
         <element name="SelectionColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
         <element name="BackgroundSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol" minOccurs="0"/>
         <element name="CustomGraphics" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGraphicElement" minOccurs="0"/>
         <element name="GeoTransformation" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeoTransformation" minOccurs="0"/>
         <element name="TimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeReference" minOccurs="0"/>
         <element name="TimeValue" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeValue" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapDescription()
          MapDescription default constructor.
MapDescription(String name, MapArea mapArea, LayerDescription[] layerDescriptions, double rotation, SpatialReference spatialReference, Color transparentColor, Color selectionColor, FillSymbol backgroundSymbol, GraphicElement[] customGraphics, GeoTransformation geoTransformation, TimeReference timeReference, TimeValue timeValue)
          Deprecated. 
 
Method Summary
 FillSymbol getBackgroundSymbol()
          Gets the value of the backgroundSymbol property.
 GraphicElement[] getCustomGraphics()
          Gets the value of the customGraphics property.
 GeoTransformation getGeoTransformation()
          Gets the value of the geoTransformation property.
 LayerDescription[] getLayerDescriptions()
          Gets the value of the layerDescriptions property.
 MapArea getMapArea()
          Gets the value of the mapArea property.
 String getName()
          Gets the value of the name property.
 double getRotation()
          The angle/rotation of the map (data frame) in degrees, measured anti-clockwise.
 Color getSelectionColor()
          Gets the value of the selectionColor property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 TimeReference getTimeReference()
          Gets the value of the timeReference property.
 TimeValue getTimeValue()
          Gets the value of the timeValue property.
 Color getTransparentColor()
          Gets the value of the transparentColor property.
 void setBackgroundSymbol(FillSymbol value)
          Sets the value of the backgroundSymbol property.
 void setCustomGraphics(GraphicElement[] value)
          Sets the value of the customGraphics property.
 void setGeoTransformation(GeoTransformation value)
          Sets the value of the geoTransformation property.
 void setLayerDescriptions(LayerDescription[] value)
          Sets the value of the layerDescriptions property.
 void setMapArea(MapArea value)
          Sets the value of the mapArea property.
 void setName(String value)
          Sets the value of the name property.
 void setRotation(double value)
          The angle/rotation of the map (data frame) in degrees, measured anti-clockwise.
 void setSelectionColor(Color value)
          Sets the value of the selectionColor property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setTimeReference(TimeReference value)
          Sets the value of the timeReference property.
 void setTimeValue(TimeValue value)
          Sets the value of the timeValue property.
 void setTransparentColor(Color value)
          Sets the value of the transparentColor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapDescription

@Deprecated
public MapDescription(String name,
                                 MapArea mapArea,
                                 LayerDescription[] layerDescriptions,
                                 double rotation,
                                 SpatialReference spatialReference,
                                 Color transparentColor,
                                 Color selectionColor,
                                 FillSymbol backgroundSymbol,
                                 GraphicElement[] customGraphics,
                                 GeoTransformation geoTransformation,
                                 TimeReference timeReference,
                                 TimeValue timeValue)
Deprecated. 

MapDescription constructor.


MapDescription

public MapDescription()
MapDescription default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getMapArea

public MapArea getMapArea()
Gets the value of the mapArea property.

Returns:
possible object is MapArea

setMapArea

public void setMapArea(MapArea value)
Sets the value of the mapArea property.

Parameters:
value - allowed object is MapArea

getLayerDescriptions

public LayerDescription[] getLayerDescriptions()
Gets the value of the layerDescriptions property.

Returns:
possible object is []

setLayerDescriptions

public void setLayerDescriptions(LayerDescription[] value)
Sets the value of the layerDescriptions property.

Parameters:
value - allowed object is []

getRotation

public double getRotation()
The angle/rotation of the map (data frame) in degrees, measured anti-clockwise. Gets the value of the rotation property.


setRotation

public void setRotation(double value)
The angle/rotation of the map (data frame) in degrees, measured anti-clockwise. Sets the value of the rotation property.


getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getTransparentColor

public Color getTransparentColor()
Gets the value of the transparentColor property.

Returns:
possible object is Color

setTransparentColor

public void setTransparentColor(Color value)
Sets the value of the transparentColor property.

Parameters:
value - allowed object is Color

getSelectionColor

public Color getSelectionColor()
Gets the value of the selectionColor property.

Returns:
possible object is Color

setSelectionColor

public void setSelectionColor(Color value)
Sets the value of the selectionColor property.

Parameters:
value - allowed object is Color

getBackgroundSymbol

public FillSymbol getBackgroundSymbol()
Gets the value of the backgroundSymbol property.

Returns:
possible object is FillSymbol

setBackgroundSymbol

public void setBackgroundSymbol(FillSymbol value)
Sets the value of the backgroundSymbol property.

Parameters:
value - allowed object is FillSymbol

getCustomGraphics

public GraphicElement[] getCustomGraphics()
Gets the value of the customGraphics property.

Returns:
possible object is []

setCustomGraphics

public void setCustomGraphics(GraphicElement[] value)
Sets the value of the customGraphics property.

Parameters:
value - allowed object is []

getGeoTransformation

public GeoTransformation getGeoTransformation()
Gets the value of the geoTransformation property.

Returns:
possible object is GeoTransformation

setGeoTransformation

public void setGeoTransformation(GeoTransformation value)
Sets the value of the geoTransformation property.

Parameters:
value - allowed object is GeoTransformation

getTimeReference

public TimeReference getTimeReference()
Gets the value of the timeReference property.

Returns:
possible object is TimeReference

setTimeReference

public void setTimeReference(TimeReference value)
Sets the value of the timeReference property.

Parameters:
value - allowed object is TimeReference

getTimeValue

public TimeValue getTimeValue()
Gets the value of the timeValue property.

Returns:
possible object is TimeValue

setTimeValue

public void setTimeValue(TimeValue value)
Sets the value of the timeValue property.

Parameters:
value - allowed object is TimeValue