com.esri.arcgisws
Class ProjectiveXform

java.lang.Object
  extended by com.esri.arcgisws.GeodataXform
      extended by com.esri.arcgisws.ProjectiveXform
All Implemented Interfaces:
java.io.Serializable

public class ProjectiveXform
extends GeodataXform
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

ProjectiveXform

@Deprecated
public ProjectiveXform(SpatialReference spatialReference,
                                  double[] sourceGCPs,
                                  double[] targetGCPs,
                                  double[] projectiveParameters)
Deprecated. 

ProjectiveXform constructor.


ProjectiveXform

public ProjectiveXform()
ProjectiveXform default constructor.

Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getSourceGCPs

public double[] getSourceGCPs()
Gets the value of the sourceGCPs property.

Returns:
possible object is []

setSourceGCPs

public void setSourceGCPs(double[] value)
Sets the value of the sourceGCPs property.

Parameters:
value - allowed object is []

getTargetGCPs

public double[] getTargetGCPs()
Gets the value of the targetGCPs property.

Returns:
possible object is []

setTargetGCPs

public void setTargetGCPs(double[] value)
Sets the value of the targetGCPs property.

Parameters:
value - allowed object is []

getProjectiveParameters

public double[] getProjectiveParameters()
Gets the value of the projectiveParameters property.

Returns:
possible object is []

setProjectiveParameters

public void setProjectiveParameters(double[] value)
Sets the value of the projectiveParameters property.

Parameters:
value - allowed object is []