com.esri.arcgisws
Class FrameXform

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

public class FrameXform
extends GeodataXform
implements Serializable

Java class for FrameXform complex type.

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

 <complexType name="FrameXform">
   <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" minOccurs="0"/>
         <element name="ZFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ZOffset" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="CorrectGeoid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="InteriorOrientation" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeodataXform" minOccurs="0"/>
         <element name="Konrady" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="KonradyType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="KonradyParameters" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="CurvatureAndRefraction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="EarthRadius" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AverageZ" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PrinciplePoint" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
         <element name="FocalLength" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Polarity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="SensorPosition" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
         <element name="ExteriorOrientation" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="Clockwise" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="LSR" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeodataXform" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FrameXform()
          FrameXform default constructor.
FrameXform(SpatialReference spatialReference, Double constantZ, Double zFactor, Double zOffset, Boolean correctGeoid, GeodataXform interiorOrientation, Boolean konrady, String konradyType, double[] konradyParameters, Boolean curvatureAndRefraction, Double earthRadius, Double averageZ, Point principlePoint, Double focalLength, Double polarity, Point sensorPosition, double[] exteriorOrientation, Boolean clockwise, GeodataXform lsr)
          Deprecated. 
 
Method Summary
 Double getAverageZ()
          Gets the value of the averageZ property.
 Boolean getClockwise()
          Gets the value of the clockwise property.
 Double getConstantZ()
          Gets the value of the constantZ property.
 Boolean getCorrectGeoid()
          Gets the value of the correctGeoid property.
 Boolean getCurvatureAndRefraction()
          Gets the value of the curvatureAndRefraction property.
 Double getEarthRadius()
          Gets the value of the earthRadius property.
 double[] getExteriorOrientation()
          Gets the value of the exteriorOrientation property.
 Double getFocalLength()
          Gets the value of the focalLength property.
 GeodataXform getInteriorOrientation()
          Gets the value of the interiorOrientation property.
 Boolean getKonrady()
          Gets the value of the konrady property.
 double[] getKonradyParameters()
          Gets the value of the konradyParameters property.
 String getKonradyType()
          Gets the value of the konradyType property.
 GeodataXform getLSR()
          Gets the value of the lsr property.
 Double getPolarity()
          Gets the value of the polarity property.
 Point getPrinciplePoint()
          Gets the value of the principlePoint property.
 Point getSensorPosition()
          Gets the value of the sensorPosition 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 isClockwise()
           
 Boolean isCorrectGeoid()
           
 Boolean isCurvatureAndRefraction()
           
 Boolean isKonrady()
           
 void setAverageZ(Double value)
          Sets the value of the averageZ property.
 void setClockwise(Boolean value)
          Sets the value of the clockwise property.
 void setConstantZ(Double value)
          Sets the value of the constantZ property.
 void setCorrectGeoid(Boolean value)
          Sets the value of the correctGeoid property.
 void setCurvatureAndRefraction(Boolean value)
          Sets the value of the curvatureAndRefraction property.
 void setEarthRadius(Double value)
          Sets the value of the earthRadius property.
 void setExteriorOrientation(double[] value)
          Sets the value of the exteriorOrientation property.
 void setFocalLength(Double value)
          Sets the value of the focalLength property.
 void setInteriorOrientation(GeodataXform value)
          Sets the value of the interiorOrientation property.
 void setKonrady(Boolean value)
          Sets the value of the konrady property.
 void setKonradyParameters(double[] value)
          Sets the value of the konradyParameters property.
 void setKonradyType(String value)
          Sets the value of the konradyType property.
 void setLSR(GeodataXform value)
          Sets the value of the lsr property.
 void setPolarity(Double value)
          Sets the value of the polarity property.
 void setPrinciplePoint(Point value)
          Sets the value of the principlePoint property.
 void setSensorPosition(Point value)
          Sets the value of the sensorPosition 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

FrameXform

@Deprecated
public FrameXform(SpatialReference spatialReference,
                             Double constantZ,
                             Double zFactor,
                             Double zOffset,
                             Boolean correctGeoid,
                             GeodataXform interiorOrientation,
                             Boolean konrady,
                             String konradyType,
                             double[] konradyParameters,
                             Boolean curvatureAndRefraction,
                             Double earthRadius,
                             Double averageZ,
                             Point principlePoint,
                             Double focalLength,
                             Double polarity,
                             Point sensorPosition,
                             double[] exteriorOrientation,
                             Boolean clockwise,
                             GeodataXform lsr)
Deprecated. 

FrameXform constructor.


FrameXform

public FrameXform()
FrameXform 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.

Returns:
possible object is Double

setConstantZ

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

Parameters:
value - allowed object is Double

getZFactor

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

Returns:
possible object is Double

setZFactor

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

Parameters:
value - allowed object is Double

getZOffset

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

Returns:
possible object is Double

setZOffset

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

Parameters:
value - allowed object is Double

getCorrectGeoid

public Boolean getCorrectGeoid()
Gets the value of the correctGeoid property.

Returns:
possible object is Boolean

isCorrectGeoid

public Boolean isCorrectGeoid()

setCorrectGeoid

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

Parameters:
value - allowed object is Boolean

getInteriorOrientation

public GeodataXform getInteriorOrientation()
Gets the value of the interiorOrientation property.

Returns:
possible object is GeodataXform

setInteriorOrientation

public void setInteriorOrientation(GeodataXform value)
Sets the value of the interiorOrientation property.

Parameters:
value - allowed object is GeodataXform

getKonrady

public Boolean getKonrady()
Gets the value of the konrady property.

Returns:
possible object is Boolean

isKonrady

public Boolean isKonrady()

setKonrady

public void setKonrady(Boolean value)
Sets the value of the konrady property.

Parameters:
value - allowed object is Boolean

getKonradyType

public String getKonradyType()
Gets the value of the konradyType property.

Returns:
possible object is String

setKonradyType

public void setKonradyType(String value)
Sets the value of the konradyType property.

Parameters:
value - allowed object is String

getKonradyParameters

public double[] getKonradyParameters()
Gets the value of the konradyParameters property.

Returns:
possible object is []

setKonradyParameters

public void setKonradyParameters(double[] value)
Sets the value of the konradyParameters property.

Parameters:
value - allowed object is []

getCurvatureAndRefraction

public Boolean getCurvatureAndRefraction()
Gets the value of the curvatureAndRefraction property.

Returns:
possible object is Boolean

isCurvatureAndRefraction

public Boolean isCurvatureAndRefraction()

setCurvatureAndRefraction

public void setCurvatureAndRefraction(Boolean value)
Sets the value of the curvatureAndRefraction property.

Parameters:
value - allowed object is Boolean

getEarthRadius

public Double getEarthRadius()
Gets the value of the earthRadius property.

Returns:
possible object is Double

setEarthRadius

public void setEarthRadius(Double value)
Sets the value of the earthRadius property.

Parameters:
value - allowed object is Double

getAverageZ

public Double getAverageZ()
Gets the value of the averageZ property.

Returns:
possible object is Double

setAverageZ

public void setAverageZ(Double value)
Sets the value of the averageZ property.

Parameters:
value - allowed object is Double

getPrinciplePoint

public Point getPrinciplePoint()
Gets the value of the principlePoint property.

Returns:
possible object is Point

setPrinciplePoint

public void setPrinciplePoint(Point value)
Sets the value of the principlePoint property.

Parameters:
value - allowed object is Point

getFocalLength

public Double getFocalLength()
Gets the value of the focalLength property.

Returns:
possible object is Double

setFocalLength

public void setFocalLength(Double value)
Sets the value of the focalLength property.

Parameters:
value - allowed object is Double

getPolarity

public Double getPolarity()
Gets the value of the polarity property.

Returns:
possible object is Double

setPolarity

public void setPolarity(Double value)
Sets the value of the polarity property.

Parameters:
value - allowed object is Double

getSensorPosition

public Point getSensorPosition()
Gets the value of the sensorPosition property.

Returns:
possible object is Point

setSensorPosition

public void setSensorPosition(Point value)
Sets the value of the sensorPosition property.

Parameters:
value - allowed object is Point

getExteriorOrientation

public double[] getExteriorOrientation()
Gets the value of the exteriorOrientation property.

Returns:
possible object is []

setExteriorOrientation

public void setExteriorOrientation(double[] value)
Sets the value of the exteriorOrientation property.

Parameters:
value - allowed object is []

getClockwise

public Boolean getClockwise()
Gets the value of the clockwise property.

Returns:
possible object is Boolean

isClockwise

public Boolean isClockwise()

setClockwise

public void setClockwise(Boolean value)
Sets the value of the clockwise property.

Parameters:
value - allowed object is Boolean

getLSR

public GeodataXform getLSR()
Gets the value of the lsr property.

Returns:
possible object is GeodataXform

setLSR

public void setLSR(GeodataXform value)
Sets the value of the lsr property.

Parameters:
value - allowed object is GeodataXform