com.esri.arcgisws
Class LSRXform

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

public class LSRXform
extends GeodataXform
implements Serializable

Java class for LSRXform complex type.

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

 <complexType name="LSRXform">
   <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"/>
         <element name="PerspectiveCenter" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
         <element name="RotationMatrix" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="Flattening" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="EquatorialRadius" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LSRXform()
          LSRXform default constructor.
LSRXform(SpatialReference spatialReference, Point perspectiveCenter, double[] rotationMatrix, double flattening, Double equatorialRadius)
          Deprecated. 
 
Method Summary
 Double getEquatorialRadius()
          Gets the value of the equatorialRadius property.
 double getFlattening()
          Gets the value of the flattening property.
 Point getPerspectiveCenter()
          Gets the value of the perspectiveCenter property.
 double[] getRotationMatrix()
          Gets the value of the rotationMatrix property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setEquatorialRadius(Double value)
          Sets the value of the equatorialRadius property.
 void setFlattening(double value)
          Sets the value of the flattening property.
 void setPerspectiveCenter(Point value)
          Sets the value of the perspectiveCenter property.
 void setRotationMatrix(double[] value)
          Sets the value of the rotationMatrix 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

LSRXform

@Deprecated
public LSRXform(SpatialReference spatialReference,
                           Point perspectiveCenter,
                           double[] rotationMatrix,
                           double flattening,
                           Double equatorialRadius)
Deprecated. 

LSRXform constructor.


LSRXform

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

getPerspectiveCenter

public Point getPerspectiveCenter()
Gets the value of the perspectiveCenter property.

Returns:
possible object is Point

setPerspectiveCenter

public void setPerspectiveCenter(Point value)
Sets the value of the perspectiveCenter property.

Parameters:
value - allowed object is Point

getRotationMatrix

public double[] getRotationMatrix()
Gets the value of the rotationMatrix property.

Returns:
possible object is []

setRotationMatrix

public void setRotationMatrix(double[] value)
Sets the value of the rotationMatrix property.

Parameters:
value - allowed object is []

getFlattening

public double getFlattening()
Gets the value of the flattening property.


setFlattening

public void setFlattening(double value)
Sets the value of the flattening property.


getEquatorialRadius

public Double getEquatorialRadius()
Gets the value of the equatorialRadius property.

Returns:
possible object is Double

setEquatorialRadius

public void setEquatorialRadius(Double value)
Sets the value of the equatorialRadius property.

Parameters:
value - allowed object is Double