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