| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapDescription
public class MapDescription
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>
 
| 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 | 
|---|
@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)
public MapDescription()
| Method Detail | 
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic MapArea getMapArea()
MapAreapublic void setMapArea(MapArea value)
value - allowed object is
     MapAreapublic LayerDescription[] getLayerDescriptions()
[] public void setLayerDescriptions(LayerDescription[] value)
value - allowed object is
     [] public double getRotation()
public void setRotation(double value)
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
     SpatialReferencepublic Color getTransparentColor()
Colorpublic void setTransparentColor(Color value)
value - allowed object is
     Colorpublic Color getSelectionColor()
Colorpublic void setSelectionColor(Color value)
value - allowed object is
     Colorpublic FillSymbol getBackgroundSymbol()
FillSymbolpublic void setBackgroundSymbol(FillSymbol value)
value - allowed object is
     FillSymbolpublic GraphicElement[] getCustomGraphics()
[] public void setCustomGraphics(GraphicElement[] value)
value - allowed object is
     [] public GeoTransformation getGeoTransformation()
GeoTransformationpublic void setGeoTransformation(GeoTransformation value)
value - allowed object is
     GeoTransformationpublic TimeReference getTimeReference()
TimeReferencepublic void setTimeReference(TimeReference value)
value - allowed object is
     TimeReferencepublic TimeValue getTimeValue()
TimeValuepublic void setTimeValue(TimeValue value)
value - allowed object is
     TimeValue| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||