public static enum GcpGeoCoding.Method extends Enum<GcpGeoCoding.Method>
Enum Constant and Description |
---|
POLYNOMIAL1
Linear polynomial.
|
POLYNOMIAL2
Quadratic polynomial.
|
POLYNOMIAL3
Cubic polynomial.
|
Modifier and Type | Method and Description |
---|---|
int |
getDegreeP()
Returns the degree of the numerator polynomial.
|
String |
getName()
Returns the name of the approximation method.
|
int |
getTermCountP()
Returns the number of terms for the numerator polynomial.
|
String |
toString() |
static GcpGeoCoding.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcpGeoCoding.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcpGeoCoding.Method POLYNOMIAL1
public static final GcpGeoCoding.Method POLYNOMIAL2
public static final GcpGeoCoding.Method POLYNOMIAL3
public static GcpGeoCoding.Method[] values()
for (GcpGeoCoding.Method c : GcpGeoCoding.Method.values()) System.out.println(c);
public static GcpGeoCoding.Method valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public int getDegreeP()
public int getTermCountP()
public String toString()
toString
in class Enum<GcpGeoCoding.Method>
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.