com.esri.arcgisws
Class GraphicFeatureLayer

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

public class GraphicFeatureLayer
extends DataObjectTable
implements Serializable

Java class for GraphicFeatureLayer complex type.

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

 <complexType name="GraphicFeatureLayer">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DataObjectTable">
       <sequence>
         <element name="GeometryFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="GeometryType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGeometryType"/>
         <element name="LayerDrawingDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}FeatureLayerDrawingDescription"/>
         <element name="MaxScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="MinScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="SpatialExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GraphicFeatureLayer()
          GraphicFeatureLayer default constructor.
GraphicFeatureLayer(String copyrightText, String description, String displayPropName, String globalIDPropName, EsriServerHTMLPopupType htmlPopupType, int id, String name, String oidPropName, PropertyInfo[] propertyInfos, RelateInfo[] relations, TemplateInfo[] templates, String typeIDPropName, DataObjectType[] types, Boolean supportsTime, String startTimeFieldName, String endTimeFieldName, String timeValueFormat, String trackIDFieldName, TimeReference timeReference, TimeExtent fullTimeExtent, Double timeInterval, EsriTimeUnits timeIntervalUnits, Boolean hasAttachments, String geometryFieldName, EsriGeometryType geometryType, FeatureLayerDrawingDescription layerDrawingDescription, double maxScale, double minScale, Envelope spatialExtent, SpatialReference spatialReference)
          Deprecated. 
 
Method Summary
 String getGeometryFieldName()
          Gets the value of the geometryFieldName property.
 EsriGeometryType getGeometryType()
          Gets the value of the geometryType property.
 FeatureLayerDrawingDescription getLayerDrawingDescription()
          Gets the value of the layerDrawingDescription property.
 double getMaxScale()
          Gets the value of the maxScale property.
 double getMinScale()
          Gets the value of the minScale property.
 Envelope getSpatialExtent()
          Gets the value of the spatialExtent property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setGeometryFieldName(String value)
          Sets the value of the geometryFieldName property.
 void setGeometryType(EsriGeometryType value)
          Sets the value of the geometryType property.
 void setLayerDrawingDescription(FeatureLayerDrawingDescription value)
          Sets the value of the layerDrawingDescription property.
 void setMaxScale(double value)
          Sets the value of the maxScale property.
 void setMinScale(double value)
          Sets the value of the minScale property.
 void setSpatialExtent(Envelope value)
          Sets the value of the spatialExtent property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 
Methods inherited from class com.esri.arcgisws.DataObjectTable
getCopyrightText, getDescription, getDisplayPropName, getEndTimeFieldName, getFullTimeExtent, getGlobalIDPropName, getHasAttachments, getHTMLPopupType, getID, getName, getOIDPropName, getPropertyInfos, getRelations, getStartTimeFieldName, getSupportsTime, getTemplates, getTimeInterval, getTimeIntervalUnits, getTimeReference, getTimeValueFormat, getTrackIDFieldName, getTypeIDPropName, getTypes, isHasAttachments, isSupportsTime, setCopyrightText, setDescription, setDisplayPropName, setEndTimeFieldName, setFullTimeExtent, setGlobalIDPropName, setHasAttachments, setHTMLPopupType, setID, setName, setOIDPropName, setPropertyInfos, setRelations, setStartTimeFieldName, setSupportsTime, setTemplates, setTimeInterval, setTimeIntervalUnits, setTimeReference, setTimeValueFormat, setTrackIDFieldName, setTypeIDPropName, setTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicFeatureLayer

@Deprecated
public GraphicFeatureLayer(String copyrightText,
                                      String description,
                                      String displayPropName,
                                      String globalIDPropName,
                                      EsriServerHTMLPopupType htmlPopupType,
                                      int id,
                                      String name,
                                      String oidPropName,
                                      PropertyInfo[] propertyInfos,
                                      RelateInfo[] relations,
                                      TemplateInfo[] templates,
                                      String typeIDPropName,
                                      DataObjectType[] types,
                                      Boolean supportsTime,
                                      String startTimeFieldName,
                                      String endTimeFieldName,
                                      String timeValueFormat,
                                      String trackIDFieldName,
                                      TimeReference timeReference,
                                      TimeExtent fullTimeExtent,
                                      Double timeInterval,
                                      EsriTimeUnits timeIntervalUnits,
                                      Boolean hasAttachments,
                                      String geometryFieldName,
                                      EsriGeometryType geometryType,
                                      FeatureLayerDrawingDescription layerDrawingDescription,
                                      double maxScale,
                                      double minScale,
                                      Envelope spatialExtent,
                                      SpatialReference spatialReference)
Deprecated. 

GraphicFeatureLayer constructor.


GraphicFeatureLayer

public GraphicFeatureLayer()
GraphicFeatureLayer default constructor.

Method Detail

getGeometryFieldName

public String getGeometryFieldName()
Gets the value of the geometryFieldName property.

Returns:
possible object is String

setGeometryFieldName

public void setGeometryFieldName(String value)
Sets the value of the geometryFieldName property.

Parameters:
value - allowed object is String

getGeometryType

public EsriGeometryType getGeometryType()
Gets the value of the geometryType property.

Returns:
possible object is EsriGeometryType

setGeometryType

public void setGeometryType(EsriGeometryType value)
Sets the value of the geometryType property.

Parameters:
value - allowed object is EsriGeometryType

getLayerDrawingDescription

public FeatureLayerDrawingDescription getLayerDrawingDescription()
Gets the value of the layerDrawingDescription property.

Returns:
possible object is FeatureLayerDrawingDescription

setLayerDrawingDescription

public void setLayerDrawingDescription(FeatureLayerDrawingDescription value)
Sets the value of the layerDrawingDescription property.

Parameters:
value - allowed object is FeatureLayerDrawingDescription

getMaxScale

public double getMaxScale()
Gets the value of the maxScale property.


setMaxScale

public void setMaxScale(double value)
Sets the value of the maxScale property.


getMinScale

public double getMinScale()
Gets the value of the minScale property.


setMinScale

public void setMinScale(double value)
Sets the value of the minScale property.


getSpatialExtent

public Envelope getSpatialExtent()
Gets the value of the spatialExtent property.

Returns:
possible object is Envelope

setSpatialExtent

public void setSpatialExtent(Envelope value)
Sets the value of the spatialExtent property.

Parameters:
value - allowed object is Envelope

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