|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.GeodataXform
com.esri.arcgisws.FrameXform
public class FrameXform
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.3}GeodataXform"> <sequence> <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}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.3}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.3}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.3}Point" minOccurs="0"/> <element name="ExteriorOrientation" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}GeodataXform" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
FrameXform()
FrameXform default constructor. |
|
FrameXform(SpatialReference spatialReference,
java.lang.Double constantZ,
java.lang.Double zFactor,
java.lang.Double zOffset,
java.lang.Boolean correctGeoid,
GeodataXform interiorOrientation,
java.lang.Boolean konrady,
java.lang.String konradyType,
double[] konradyParameters,
java.lang.Boolean curvatureAndRefraction,
java.lang.Double earthRadius,
java.lang.Double averageZ,
Point principlePoint,
java.lang.Double focalLength,
java.lang.Double polarity,
Point sensorPosition,
double[] exteriorOrientation,
java.lang.Boolean clockwise,
GeodataXform lsr)
Deprecated. |
Method Summary | |
---|---|
java.lang.Double |
getAverageZ()
Gets the value of the averageZ property. |
java.lang.Boolean |
getClockwise()
Gets the value of the clockwise property. |
java.lang.Double |
getConstantZ()
Gets the value of the constantZ property. |
java.lang.Boolean |
getCorrectGeoid()
Gets the value of the correctGeoid property. |
java.lang.Boolean |
getCurvatureAndRefraction()
Gets the value of the curvatureAndRefraction property. |
java.lang.Double |
getEarthRadius()
Gets the value of the earthRadius property. |
double[] |
getExteriorOrientation()
Gets the value of the exteriorOrientation property. |
java.lang.Double |
getFocalLength()
Gets the value of the focalLength property. |
GeodataXform |
getInteriorOrientation()
Gets the value of the interiorOrientation property. |
java.lang.Boolean |
getKonrady()
Gets the value of the konrady property. |
double[] |
getKonradyParameters()
Gets the value of the konradyParameters property. |
java.lang.String |
getKonradyType()
Gets the value of the konradyType property. |
GeodataXform |
getLSR()
Gets the value of the lsr property. |
java.lang.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. |
java.lang.Double |
getZFactor()
Gets the value of the zFactor property. |
java.lang.Double |
getZOffset()
Gets the value of the zOffset property. |
java.lang.Boolean |
isClockwise()
|
java.lang.Boolean |
isCorrectGeoid()
|
java.lang.Boolean |
isCurvatureAndRefraction()
|
java.lang.Boolean |
isKonrady()
|
void |
setAverageZ(java.lang.Double value)
Sets the value of the averageZ property. |
void |
setClockwise(java.lang.Boolean value)
Sets the value of the clockwise property. |
void |
setConstantZ(java.lang.Double value)
Sets the value of the constantZ property. |
void |
setCorrectGeoid(java.lang.Boolean value)
Sets the value of the correctGeoid property. |
void |
setCurvatureAndRefraction(java.lang.Boolean value)
Sets the value of the curvatureAndRefraction property. |
void |
setEarthRadius(java.lang.Double value)
Sets the value of the earthRadius property. |
void |
setExteriorOrientation(double[] value)
Sets the value of the exteriorOrientation property. |
void |
setFocalLength(java.lang.Double value)
Sets the value of the focalLength property. |
void |
setInteriorOrientation(GeodataXform value)
Sets the value of the interiorOrientation property. |
void |
setKonrady(java.lang.Boolean value)
Sets the value of the konrady property. |
void |
setKonradyParameters(double[] value)
Sets the value of the konradyParameters property. |
void |
setKonradyType(java.lang.String value)
Sets the value of the konradyType property. |
void |
setLSR(GeodataXform value)
Sets the value of the lsr property. |
void |
setPolarity(java.lang.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(java.lang.Double value)
Sets the value of the zFactor property. |
void |
setZOffset(java.lang.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 |
---|
@Deprecated public FrameXform(SpatialReference spatialReference, java.lang.Double constantZ, java.lang.Double zFactor, java.lang.Double zOffset, java.lang.Boolean correctGeoid, GeodataXform interiorOrientation, java.lang.Boolean konrady, java.lang.String konradyType, double[] konradyParameters, java.lang.Boolean curvatureAndRefraction, java.lang.Double earthRadius, java.lang.Double averageZ, Point principlePoint, java.lang.Double focalLength, java.lang.Double polarity, Point sensorPosition, double[] exteriorOrientation, java.lang.Boolean clockwise, GeodataXform lsr)
public FrameXform()
Method Detail |
---|
public SpatialReference getSpatialReference()
SpatialReference
public void setSpatialReference(SpatialReference value)
value
- allowed object is
SpatialReference
public java.lang.Double getConstantZ()
Double
public void setConstantZ(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getZFactor()
Double
public void setZFactor(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getZOffset()
Double
public void setZOffset(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Boolean getCorrectGeoid()
Boolean
public java.lang.Boolean isCorrectGeoid()
public void setCorrectGeoid(java.lang.Boolean value)
value
- allowed object is
Boolean
public GeodataXform getInteriorOrientation()
GeodataXform
public void setInteriorOrientation(GeodataXform value)
value
- allowed object is
GeodataXform
public java.lang.Boolean getKonrady()
Boolean
public java.lang.Boolean isKonrady()
public void setKonrady(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getKonradyType()
String
public void setKonradyType(java.lang.String value)
value
- allowed object is
String
public double[] getKonradyParameters()
[]
public void setKonradyParameters(double[] value)
value
- allowed object is
[]
public java.lang.Boolean getCurvatureAndRefraction()
Boolean
public java.lang.Boolean isCurvatureAndRefraction()
public void setCurvatureAndRefraction(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getEarthRadius()
Double
public void setEarthRadius(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getAverageZ()
Double
public void setAverageZ(java.lang.Double value)
value
- allowed object is
Double
public Point getPrinciplePoint()
Point
public void setPrinciplePoint(Point value)
value
- allowed object is
Point
public java.lang.Double getFocalLength()
Double
public void setFocalLength(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getPolarity()
Double
public void setPolarity(java.lang.Double value)
value
- allowed object is
Double
public Point getSensorPosition()
Point
public void setSensorPosition(Point value)
value
- allowed object is
Point
public double[] getExteriorOrientation()
[]
public void setExteriorOrientation(double[] value)
value
- allowed object is
[]
public java.lang.Boolean getClockwise()
Boolean
public java.lang.Boolean isClockwise()
public void setClockwise(java.lang.Boolean value)
value
- allowed object is
Boolean
public GeodataXform getLSR()
GeodataXform
public void setLSR(GeodataXform value)
value
- allowed object is
GeodataXform
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |