|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.MapServerSourceDescription
com.esri.arcgisws.DataSourceDescription
com.esri.arcgisws.QueryTableDataSourceDescription
public class QueryTableDataSourceDescription
Java class for QueryTableDataSourceDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryTableDataSourceDescription"> <complexContent> <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataSourceDescription"> <sequence> <element name="Query" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="OIDFields" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="GeometryType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriGeometryType"/> <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
QueryTableDataSourceDescription()
QueryTableDataSourceDescription default constructor. |
|
QueryTableDataSourceDescription(java.lang.String workspaceID,
java.lang.String query,
java.lang.String oidFields,
EsriGeometryType geometryType,
SpatialReference spatialReference)
Deprecated. |
Method Summary | |
---|---|
EsriGeometryType |
getGeometryType()
Gets the value of the geometryType property. |
java.lang.String |
getOIDFields()
Gets the value of the oidFields property. |
java.lang.String |
getQuery()
Gets the value of the query property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
void |
setGeometryType(EsriGeometryType value)
Sets the value of the geometryType property. |
void |
setOIDFields(java.lang.String value)
Sets the value of the oidFields property. |
void |
setQuery(java.lang.String value)
Sets the value of the query property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
Methods inherited from class com.esri.arcgisws.DataSourceDescription |
---|
getWorkspaceID, setWorkspaceID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public QueryTableDataSourceDescription(java.lang.String workspaceID, java.lang.String query, java.lang.String oidFields, EsriGeometryType geometryType, SpatialReference spatialReference)
public QueryTableDataSourceDescription()
Method Detail |
---|
public java.lang.String getQuery()
String
public void setQuery(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOIDFields()
String
public void setOIDFields(java.lang.String value)
value
- allowed object is
String
public EsriGeometryType getGeometryType()
EsriGeometryType
public void setGeometryType(EsriGeometryType value)
value
- allowed object is
EsriGeometryType
public SpatialReference getSpatialReference()
SpatialReference
public void setSpatialReference(SpatialReference value)
value
- allowed object is
SpatialReference
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |