|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.DataObjectTable
com.esri.arcgisws.GraphicFeatureLayer
public class GraphicFeatureLayer
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.3}DataObjectTable"> <sequence> <element name="GeometryFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="GeometryType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriGeometryType"/> <element name="LayerDrawingDescription" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}Envelope"/> <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference"/> <element name="HasM" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HasZ" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Visible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GraphicFeatureLayer()
GraphicFeatureLayer default constructor. |
|
GraphicFeatureLayer(java.lang.String copyrightText,
java.lang.String description,
java.lang.String displayPropName,
java.lang.String globalIDPropName,
EsriServerHTMLPopupType htmlPopupType,
int id,
java.lang.String name,
java.lang.String oidPropName,
PropertyInfo[] propertyInfos,
RelateInfo[] relations,
TemplateInfo[] templates,
java.lang.String typeIDPropName,
DataObjectType[] types,
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,
EditorTrackingInfo editorTrackingInfo,
OwnershipBasedAccessControl ownershipBasedAccessControl,
java.lang.Boolean syncCanReturnChanges,
java.lang.Boolean isDataVersioned,
java.lang.Boolean supportsRollbackOnFailureParameter,
java.lang.String geometryFieldName,
EsriGeometryType geometryType,
FeatureLayerDrawingDescription layerDrawingDescription,
double maxScale,
double minScale,
Envelope spatialExtent,
SpatialReference spatialReference,
java.lang.Boolean hasM,
java.lang.Boolean hasZ,
java.lang.Boolean visible)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getGeometryFieldName()
Gets the value of the geometryFieldName property. |
EsriGeometryType |
getGeometryType()
Gets the value of the geometryType property. |
java.lang.Boolean |
getHasM()
Gets the value of the hasM property. |
java.lang.Boolean |
getHasZ()
Gets the value of the hasZ 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. |
java.lang.Boolean |
getVisible()
Gets the value of the visible property. |
java.lang.Boolean |
isHasM()
|
java.lang.Boolean |
isHasZ()
|
java.lang.Boolean |
isVisible()
|
void |
setGeometryFieldName(java.lang.String value)
Sets the value of the geometryFieldName property. |
void |
setGeometryType(EsriGeometryType value)
Sets the value of the geometryType property. |
void |
setHasM(java.lang.Boolean value)
Sets the value of the hasM property. |
void |
setHasZ(java.lang.Boolean value)
Sets the value of the hasZ 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. |
void |
setVisible(java.lang.Boolean value)
Sets the value of the visible property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public GraphicFeatureLayer(java.lang.String copyrightText, java.lang.String description, java.lang.String displayPropName, java.lang.String globalIDPropName, EsriServerHTMLPopupType htmlPopupType, int id, java.lang.String name, java.lang.String oidPropName, PropertyInfo[] propertyInfos, RelateInfo[] relations, TemplateInfo[] templates, java.lang.String typeIDPropName, DataObjectType[] types, 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, EditorTrackingInfo editorTrackingInfo, OwnershipBasedAccessControl ownershipBasedAccessControl, java.lang.Boolean syncCanReturnChanges, java.lang.Boolean isDataVersioned, java.lang.Boolean supportsRollbackOnFailureParameter, java.lang.String geometryFieldName, EsriGeometryType geometryType, FeatureLayerDrawingDescription layerDrawingDescription, double maxScale, double minScale, Envelope spatialExtent, SpatialReference spatialReference, java.lang.Boolean hasM, java.lang.Boolean hasZ, java.lang.Boolean visible)
public GraphicFeatureLayer()
Method Detail |
---|
public java.lang.String getGeometryFieldName()
String
public void setGeometryFieldName(java.lang.String value)
value
- allowed object is
String
public EsriGeometryType getGeometryType()
EsriGeometryType
public void setGeometryType(EsriGeometryType value)
value
- allowed object is
EsriGeometryType
public FeatureLayerDrawingDescription getLayerDrawingDescription()
FeatureLayerDrawingDescription
public void setLayerDrawingDescription(FeatureLayerDrawingDescription value)
value
- allowed object is
FeatureLayerDrawingDescription
public double getMaxScale()
public void setMaxScale(double value)
public double getMinScale()
public void setMinScale(double value)
public Envelope getSpatialExtent()
Envelope
public void setSpatialExtent(Envelope value)
value
- allowed object is
Envelope
public SpatialReference getSpatialReference()
SpatialReference
public void setSpatialReference(SpatialReference value)
value
- allowed object is
SpatialReference
public java.lang.Boolean getHasM()
Boolean
public java.lang.Boolean isHasM()
public void setHasM(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getHasZ()
Boolean
public java.lang.Boolean isHasZ()
public void setHasZ(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getVisible()
Boolean
public java.lang.Boolean isVisible()
public void setVisible(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 |