|
|||||||||
| 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.LSRXform
public class LSRXform
Java class for LSRXform complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LSRXform">
<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" minOccurs="0"/>
<element name="PerspectiveCenter" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point" minOccurs="0"/>
<element name="RotationMatrix" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
<element name="Flattening" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="EquatorialRadius" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
LSRXform()
LSRXform default constructor. |
|
LSRXform(SpatialReference spatialReference,
Point perspectiveCenter,
double[] rotationMatrix,
double flattening,
Double equatorialRadius)
Deprecated. |
|
| Method Summary | |
|---|---|
Double |
getEquatorialRadius()
Gets the value of the equatorialRadius property. |
double |
getFlattening()
Gets the value of the flattening property. |
Point |
getPerspectiveCenter()
Gets the value of the perspectiveCenter property. |
double[] |
getRotationMatrix()
Gets the value of the rotationMatrix property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
void |
setEquatorialRadius(Double value)
Sets the value of the equatorialRadius property. |
void |
setFlattening(double value)
Sets the value of the flattening property. |
void |
setPerspectiveCenter(Point value)
Sets the value of the perspectiveCenter property. |
void |
setRotationMatrix(double[] value)
Sets the value of the rotationMatrix property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public LSRXform(SpatialReference spatialReference,
Point perspectiveCenter,
double[] rotationMatrix,
double flattening,
Double equatorialRadius)
public LSRXform()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Point getPerspectiveCenter()
Pointpublic void setPerspectiveCenter(Point value)
value - allowed object is
Pointpublic double[] getRotationMatrix()
[] public void setRotationMatrix(double[] value)
value - allowed object is
[] public double getFlattening()
public void setFlattening(double value)
public Double getEquatorialRadius()
Doublepublic void setEquatorialRadius(Double value)
value - allowed object is
Double
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||