|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.crs.AbstractCRS.PolynomialTransformation
public static class AbstractCRS.PolynomialTransformation
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://www.deegree.org/crs}DefinedPolynomialTransformations"/> <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
clazz
|
protected LeastSquareTransformationType |
leastsquare
|
Constructor Summary | |
---|---|
AbstractCRS.PolynomialTransformation()
|
Method Summary | |
---|---|
String |
getClazz()
Gets the value of the clazz property. |
LeastSquareTransformationType |
getLeastsquare()
Gets the value of the leastsquare property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setLeastsquare(LeastSquareTransformationType value)
Sets the value of the leastsquare property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LeastSquareTransformationType leastsquare
protected String clazz
Constructor Detail |
---|
public AbstractCRS.PolynomialTransformation()
Method Detail |
---|
public LeastSquareTransformationType getLeastsquare()
LeastSquareTransformationType
public void setLeastsquare(LeastSquareTransformationType value)
value
- allowed object is
LeastSquareTransformationType
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |