|
|||||||||
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.3}GeodataXform"> <sequence> <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference" minOccurs="0"/> <element name="PerspectiveCenter" type="{http://www.esri.com/schemas/ArcGIS/10.3}Point" minOccurs="0"/> <element name="RotationMatrix" type="{http://www.esri.com/schemas/ArcGIS/10.3}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,
java.lang.Double equatorialRadius)
Deprecated. |
Method Summary | |
---|---|
java.lang.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(java.lang.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, java.lang.Double equatorialRadius)
public LSRXform()
Method Detail |
---|
public SpatialReference getSpatialReference()
SpatialReference
public void setSpatialReference(SpatialReference value)
value
- allowed object is
SpatialReference
public Point getPerspectiveCenter()
Point
public void setPerspectiveCenter(Point value)
value
- allowed object is
Point
public double[] getRotationMatrix()
[]
public void setRotationMatrix(double[] value)
value
- allowed object is
[]
public double getFlattening()
public void setFlattening(double value)
public java.lang.Double getEquatorialRadius()
Double
public void setEquatorialRadius(java.lang.Double value)
value
- allowed object is
Double
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |