com.esri.arcgisws
Class RPCXform

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

public class RPCXform
extends GeodataXform
implements Serializable

Java class for RPCXform complex type.

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

 <complexType name="RPCXform">
   <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"/>
         <element name="ConstantZ" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ZFactor" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ZOffset" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="CorrectGeoid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="RequireDEM" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="RPC" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble"/>
         <element name="ForwardXform" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeodataXform"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RPCXform()
          RPCXform default constructor.
RPCXform(SpatialReference spatialReference, double constantZ, double zFactor, double zOffset, boolean correctGeoid, boolean requireDEM, double[] rpc, GeodataXform forwardXform)
          Deprecated. 
 
Method Summary
 double getConstantZ()
          Gets the value of the constantZ property.
 GeodataXform getForwardXform()
          Gets the value of the forwardXform property.
 double[] getRPC()
          Gets the value of the rpc property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 double getZFactor()
          Gets the value of the zFactor property.
 double getZOffset()
          Gets the value of the zOffset property.
 boolean isCorrectGeoid()
          Gets the value of the correctGeoid property.
 boolean isRequireDEM()
          Gets the value of the requireDEM property.
 void setConstantZ(double value)
          Sets the value of the constantZ property.
 void setCorrectGeoid(boolean value)
          Sets the value of the correctGeoid property.
 void setForwardXform(GeodataXform value)
          Sets the value of the forwardXform property.
 void setRequireDEM(boolean value)
          Sets the value of the requireDEM property.
 void setRPC(double[] value)
          Sets the value of the rpc property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setZFactor(double value)
          Sets the value of the zFactor property.
 void setZOffset(double value)
          Sets the value of the zOffset property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCXform

@Deprecated
public RPCXform(SpatialReference spatialReference,
                           double constantZ,
                           double zFactor,
                           double zOffset,
                           boolean correctGeoid,
                           boolean requireDEM,
                           double[] rpc,
                           GeodataXform forwardXform)
Deprecated. 

RPCXform constructor.


RPCXform

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

getConstantZ

public double getConstantZ()
Gets the value of the constantZ property.


setConstantZ

public void setConstantZ(double value)
Sets the value of the constantZ property.


getZFactor

public double getZFactor()
Gets the value of the zFactor property.


setZFactor

public void setZFactor(double value)
Sets the value of the zFactor property.


getZOffset

public double getZOffset()
Gets the value of the zOffset property.


setZOffset

public void setZOffset(double value)
Sets the value of the zOffset property.


isCorrectGeoid

public boolean isCorrectGeoid()
Gets the value of the correctGeoid property.


setCorrectGeoid

public void setCorrectGeoid(boolean value)
Sets the value of the correctGeoid property.


isRequireDEM

public boolean isRequireDEM()
Gets the value of the requireDEM property.


setRequireDEM

public void setRequireDEM(boolean value)
Sets the value of the requireDEM property.


getRPC

public double[] getRPC()
Gets the value of the rpc property.

Returns:
possible object is []

setRPC

public void setRPC(double[] value)
Sets the value of the rpc property.

Parameters:
value - allowed object is []

getForwardXform

public GeodataXform getForwardXform()
Gets the value of the forwardXform property.

Returns:
possible object is GeodataXform

setForwardXform

public void setForwardXform(GeodataXform value)
Sets the value of the forwardXform property.

Parameters:
value - allowed object is GeodataXform