|
|||||||||
| 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()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic java.lang.Double getConstantZ()
Doublepublic void setConstantZ(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getZFactor()
Doublepublic void setZFactor(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getZOffset()
Doublepublic void setZOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getCorrectGeoid()
Booleanpublic java.lang.Boolean isCorrectGeoid()
public void setCorrectGeoid(java.lang.Boolean value)
value - allowed object is
Booleanpublic GeodataXform getInteriorOrientation()
GeodataXformpublic void setInteriorOrientation(GeodataXform value)
value - allowed object is
GeodataXformpublic java.lang.Boolean getKonrady()
Booleanpublic java.lang.Boolean isKonrady()
public void setKonrady(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getKonradyType()
Stringpublic void setKonradyType(java.lang.String value)
value - allowed object is
Stringpublic double[] getKonradyParameters()
[] public void setKonradyParameters(double[] value)
value - allowed object is
[] public java.lang.Boolean getCurvatureAndRefraction()
Booleanpublic java.lang.Boolean isCurvatureAndRefraction()
public void setCurvatureAndRefraction(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getEarthRadius()
Doublepublic void setEarthRadius(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getAverageZ()
Doublepublic void setAverageZ(java.lang.Double value)
value - allowed object is
Doublepublic Point getPrinciplePoint()
Pointpublic void setPrinciplePoint(Point value)
value - allowed object is
Pointpublic java.lang.Double getFocalLength()
Doublepublic void setFocalLength(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getPolarity()
Doublepublic void setPolarity(java.lang.Double value)
value - allowed object is
Doublepublic Point getSensorPosition()
Pointpublic void setSensorPosition(Point value)
value - allowed object is
Pointpublic double[] getExteriorOrientation()
[] public void setExteriorOrientation(double[] value)
value - allowed object is
[] public java.lang.Boolean getClockwise()
Booleanpublic java.lang.Boolean isClockwise()
public void setClockwise(java.lang.Boolean value)
value - allowed object is
Booleanpublic GeodataXform getLSR()
GeodataXformpublic 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 | ||||||||