|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RelateDescription
public class RelateDescription
Java class for RelateDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelateDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RelationshipID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="RelatedTableDefinitionExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RelatedTableFields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OutputSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
<element name="GeoTransformation" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeoTransformation" minOccurs="0"/>
<element name="IncludeGeometry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="GeometryResultOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeometryResultOptions" minOccurs="0"/>
<element name="ResultFormat" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriRelateResultFormat"/>
<element name="OutputTimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RelateDescription()
RelateDescription default constructor. |
|
RelateDescription(int relationshipID,
String relatedTableDefinitionExpression,
String relatedTableFields,
SpatialReference outputSpatialReference,
GeoTransformation geoTransformation,
Boolean includeGeometry,
GeometryResultOptions geometryResultOptions,
EsriRelateResultFormat resultFormat,
TimeReference outputTimeReference)
Deprecated. |
|
| Method Summary | |
|---|---|
GeometryResultOptions |
getGeometryResultOptions()
Gets the value of the geometryResultOptions property. |
GeoTransformation |
getGeoTransformation()
Gets the value of the geoTransformation property. |
Boolean |
getIncludeGeometry()
Gets the value of the includeGeometry property. |
SpatialReference |
getOutputSpatialReference()
Gets the value of the outputSpatialReference property. |
TimeReference |
getOutputTimeReference()
Gets the value of the outputTimeReference property. |
String |
getRelatedTableDefinitionExpression()
Gets the value of the relatedTableDefinitionExpression property. |
String |
getRelatedTableFields()
Gets the value of the relatedTableFields property. |
int |
getRelationshipID()
Gets the value of the relationshipID property. |
EsriRelateResultFormat |
getResultFormat()
Gets the value of the resultFormat property. |
Boolean |
isIncludeGeometry()
|
void |
setGeometryResultOptions(GeometryResultOptions value)
Sets the value of the geometryResultOptions property. |
void |
setGeoTransformation(GeoTransformation value)
Sets the value of the geoTransformation property. |
void |
setIncludeGeometry(Boolean value)
Sets the value of the includeGeometry property. |
void |
setOutputSpatialReference(SpatialReference value)
Sets the value of the outputSpatialReference property. |
void |
setOutputTimeReference(TimeReference value)
Sets the value of the outputTimeReference property. |
void |
setRelatedTableDefinitionExpression(String value)
Sets the value of the relatedTableDefinitionExpression property. |
void |
setRelatedTableFields(String value)
Sets the value of the relatedTableFields property. |
void |
setRelationshipID(int value)
Sets the value of the relationshipID property. |
void |
setResultFormat(EsriRelateResultFormat value)
Sets the value of the resultFormat property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RelateDescription(int relationshipID,
String relatedTableDefinitionExpression,
String relatedTableFields,
SpatialReference outputSpatialReference,
GeoTransformation geoTransformation,
Boolean includeGeometry,
GeometryResultOptions geometryResultOptions,
EsriRelateResultFormat resultFormat,
TimeReference outputTimeReference)
public RelateDescription()
| Method Detail |
|---|
public int getRelationshipID()
public void setRelationshipID(int value)
public String getRelatedTableDefinitionExpression()
Stringpublic void setRelatedTableDefinitionExpression(String value)
value - allowed object is
Stringpublic String getRelatedTableFields()
Stringpublic void setRelatedTableFields(String value)
value - allowed object is
Stringpublic SpatialReference getOutputSpatialReference()
SpatialReferencepublic void setOutputSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic GeoTransformation getGeoTransformation()
GeoTransformationpublic void setGeoTransformation(GeoTransformation value)
value - allowed object is
GeoTransformationpublic Boolean getIncludeGeometry()
Booleanpublic Boolean isIncludeGeometry()
public void setIncludeGeometry(Boolean value)
value - allowed object is
Booleanpublic GeometryResultOptions getGeometryResultOptions()
GeometryResultOptionspublic void setGeometryResultOptions(GeometryResultOptions value)
value - allowed object is
GeometryResultOptionspublic EsriRelateResultFormat getResultFormat()
EsriRelateResultFormatpublic void setResultFormat(EsriRelateResultFormat value)
value - allowed object is
EsriRelateResultFormatpublic TimeReference getOutputTimeReference()
TimeReferencepublic void setOutputTimeReference(TimeReference value)
value - allowed object is
TimeReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||