|
|||||||||
| 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.PolynomialXform
public class PolynomialXform
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>
| 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 |
|---|
@Deprecated
public PolynomialXform(SpatialReference spatialReference,
Integer polynomialOrder,
double[] sourceGCPs,
double[] targetGCPs,
double[] coeffX,
double[] coeffY,
double[] inverseCoeffX,
double[] inverseCoeffY)
public PolynomialXform()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Integer getPolynomialOrder()
Integerpublic void setPolynomialOrder(Integer value)
value - allowed object is
Integerpublic 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[] getCoeffX()
[] public void setCoeffX(double[] value)
value - allowed object is
[] public double[] getCoeffY()
[] public void setCoeffY(double[] value)
value - allowed object is
[] public double[] getInverseCoeffX()
[] public void setInverseCoeffX(double[] value)
value - allowed object is
[] public double[] getInverseCoeffY()
[] public void setInverseCoeffY(double[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||