|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Relation
public class Relation
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
<element name="InGeometryArray1" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
<element name="InGeometryArray2" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
<element name="RelationName" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGeometryRelationEnum"/>
<element name="RelationParameter" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Relation()
Relation default constructor. |
|
Relation(SpatialReference spatialReference,
Geometry[] inGeometryArray1,
Geometry[] inGeometryArray2,
EsriGeometryRelationEnum relationName,
String relationParameter)
Deprecated. |
|
| Method Summary | |
|---|---|
Geometry[] |
getInGeometryArray1()
Gets the value of the inGeometryArray1 property. |
Geometry[] |
getInGeometryArray2()
Gets the value of the inGeometryArray2 property. |
EsriGeometryRelationEnum |
getRelationName()
Gets the value of the relationName property. |
String |
getRelationParameter()
Gets the value of the relationParameter property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
void |
setInGeometryArray1(Geometry[] value)
Sets the value of the inGeometryArray1 property. |
void |
setInGeometryArray2(Geometry[] value)
Sets the value of the inGeometryArray2 property. |
void |
setRelationName(EsriGeometryRelationEnum value)
Sets the value of the relationName property. |
void |
setRelationParameter(String value)
Sets the value of the relationParameter property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Relation(SpatialReference spatialReference,
Geometry[] inGeometryArray1,
Geometry[] inGeometryArray2,
EsriGeometryRelationEnum relationName,
String relationParameter)
public Relation()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Geometry[] getInGeometryArray1()
[] public void setInGeometryArray1(Geometry[] value)
value - allowed object is
[] public Geometry[] getInGeometryArray2()
[] public void setInGeometryArray2(Geometry[] value)
value - allowed object is
[] public EsriGeometryRelationEnum getRelationName()
EsriGeometryRelationEnumpublic void setRelationName(EsriGeometryRelationEnum value)
value - allowed object is
EsriGeometryRelationEnumpublic String getRelationParameter()
Stringpublic void setRelationParameter(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||