com.esri.arcgisws
Class IdentityXform

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

public class IdentityXform
extends GeodataXform
implements Serializable

Java class for IdentityXform complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IdentityXform">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GeodataXform">
       <sequence>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
IdentityXform()
          IdentityXform default constructor.
IdentityXform(SpatialReference spatialReference)
          Deprecated. 
 
Method Summary
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference 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

IdentityXform

@Deprecated
public IdentityXform(SpatialReference spatialReference)
Deprecated. 

IdentityXform constructor.


IdentityXform

public IdentityXform()
IdentityXform 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