|
|||||||||
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.ProjectiveXform
public class ProjectiveXform
Java class for ProjectiveXform complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectiveXform"> <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="SourceGCPs" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/> <element name="TargetGCPs" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/> <element name="ProjectiveParameters" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ProjectiveXform()
ProjectiveXform default constructor. |
|
ProjectiveXform(SpatialReference spatialReference,
double[] sourceGCPs,
double[] targetGCPs,
double[] projectiveParameters)
Deprecated. |
Method Summary | |
---|---|
double[] |
getProjectiveParameters()
Gets the value of the projectiveParameters property. |
double[] |
getSourceGCPs()
Gets the value of the sourceGCPs property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
double[] |
getTargetGCPs()
Gets the value of the targetGCPs property. |
void |
setProjectiveParameters(double[] value)
Sets the value of the projectiveParameters property. |
void |
setSourceGCPs(double[] value)
Sets the value of the sourceGCPs property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
void |
setTargetGCPs(double[] value)
Sets the value of the targetGCPs property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public ProjectiveXform(SpatialReference spatialReference, double[] sourceGCPs, double[] targetGCPs, double[] projectiveParameters)
public ProjectiveXform()
Method Detail |
---|
public SpatialReference getSpatialReference()
SpatialReference
public void setSpatialReference(SpatialReference value)
value
- allowed object is
SpatialReference
public double[] getSourceGCPs()
[]
public void setSourceGCPs(double[] value)
value
- allowed object is
[]
public double[] getTargetGCPs()
[]
public void setTargetGCPs(double[] value)
value
- allowed object is
[]
public double[] getProjectiveParameters()
[]
public void setProjectiveParameters(double[] value)
value
- allowed object is
[]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |