com.esri.arcgisws
Class Relation

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

public class Relation
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Relation

@Deprecated
public Relation(SpatialReference spatialReference,
                           Geometry[] inGeometryArray1,
                           Geometry[] inGeometryArray2,
                           EsriGeometryRelationEnum relationName,
                           String relationParameter)
Deprecated. 

Relation constructor.


Relation

public Relation()
Relation default constructor.

Method Detail

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

getInGeometryArray1

public Geometry[] getInGeometryArray1()
Gets the value of the inGeometryArray1 property.

Returns:
possible object is []

setInGeometryArray1

public void setInGeometryArray1(Geometry[] value)
Sets the value of the inGeometryArray1 property.

Parameters:
value - allowed object is []

getInGeometryArray2

public Geometry[] getInGeometryArray2()
Gets the value of the inGeometryArray2 property.

Returns:
possible object is []

setInGeometryArray2

public void setInGeometryArray2(Geometry[] value)
Sets the value of the inGeometryArray2 property.

Parameters:
value - allowed object is []

getRelationName

public EsriGeometryRelationEnum getRelationName()
Gets the value of the relationName property.

Returns:
possible object is EsriGeometryRelationEnum

setRelationName

public void setRelationName(EsriGeometryRelationEnum value)
Sets the value of the relationName property.

Parameters:
value - allowed object is EsriGeometryRelationEnum

getRelationParameter

public String getRelationParameter()
Gets the value of the relationParameter property.

Returns:
possible object is String

setRelationParameter

public void setRelationParameter(String value)
Sets the value of the relationParameter property.

Parameters:
value - allowed object is String