com.esri.arcgisws
Class PolynomialXform

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

public class PolynomialXform
extends GeodataXform
implements Serializable

Java class for PolynomialXform complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PolynomialXform">
   <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="PolynomialOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="SourceGCPs" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="TargetGCPs" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="CoeffX" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="CoeffY" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="InverseCoeffX" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="InverseCoeffY" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
PolynomialXform()
          PolynomialXform default constructor.
PolynomialXform(SpatialReference spatialReference, Integer polynomialOrder, double[] sourceGCPs, double[] targetGCPs, double[] coeffX, double[] coeffY, double[] inverseCoeffX, double[] inverseCoeffY)
          Deprecated. 
 
Method Summary
 double[] getCoeffX()
          Gets the value of the coeffX property.
 double[] getCoeffY()
          Gets the value of the coeffY property.
 double[] getInverseCoeffX()
          Gets the value of the inverseCoeffX property.
 double[] getInverseCoeffY()
          Gets the value of the inverseCoeffY property.
 Integer getPolynomialOrder()
          Gets the value of the polynomialOrder 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 setCoeffX(double[] value)
          Sets the value of the coeffX property.
 void setCoeffY(double[] value)
          Sets the value of the coeffY property.
 void setInverseCoeffX(double[] value)
          Sets the value of the inverseCoeffX property.
 void setInverseCoeffY(double[] value)
          Sets the value of the inverseCoeffY property.
 void setPolynomialOrder(Integer value)
          Sets the value of the polynomialOrder 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

PolynomialXform

@Deprecated
public PolynomialXform(SpatialReference spatialReference,
                                  Integer polynomialOrder,
                                  double[] sourceGCPs,
                                  double[] targetGCPs,
                                  double[] coeffX,
                                  double[] coeffY,
                                  double[] inverseCoeffX,
                                  double[] inverseCoeffY)
Deprecated. 

PolynomialXform constructor.


PolynomialXform

public PolynomialXform()
PolynomialXform 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

getPolynomialOrder

public Integer getPolynomialOrder()
Gets the value of the polynomialOrder property.

Returns:
possible object is Integer

setPolynomialOrder

public void setPolynomialOrder(Integer value)
Sets the value of the polynomialOrder property.

Parameters:
value - allowed object is Integer

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 []

getCoeffX

public double[] getCoeffX()
Gets the value of the coeffX property.

Returns:
possible object is []

setCoeffX

public void setCoeffX(double[] value)
Sets the value of the coeffX property.

Parameters:
value - allowed object is []

getCoeffY

public double[] getCoeffY()
Gets the value of the coeffY property.

Returns:
possible object is []

setCoeffY

public void setCoeffY(double[] value)
Sets the value of the coeffY property.

Parameters:
value - allowed object is []

getInverseCoeffX

public double[] getInverseCoeffX()
Gets the value of the inverseCoeffX property.

Returns:
possible object is []

setInverseCoeffX

public void setInverseCoeffX(double[] value)
Sets the value of the inverseCoeffX property.

Parameters:
value - allowed object is []

getInverseCoeffY

public double[] getInverseCoeffY()
Gets the value of the inverseCoeffY property.

Returns:
possible object is []

setInverseCoeffY

public void setInverseCoeffY(double[] value)
Sets the value of the inverseCoeffY property.

Parameters:
value - allowed object is []