Package | Description |
---|---|
org.esa.snap.core.datamodel |
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
|
Modifier and Type | Method and Description |
---|---|
GcpGeoCoding.Method |
GcpGeoCoding.getMethod()
Returns the approximation method used for this geo-coding.
|
static GcpGeoCoding.Method |
GcpGeoCoding.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcpGeoCoding.Method[] |
GcpGeoCoding.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GcpGeoCoding(GcpGeoCoding.Method method,
double[] x,
double[] y,
double[] lons,
double[] lats,
int sceneWidth,
int sceneHeight,
org.esa.snap.core.dataop.maptransf.Datum datum)
Constructs a new instance of this class.
|
GcpGeoCoding(GcpGeoCoding.Method method,
Placemark[] gcps,
int sceneWidth,
int sceneHeight,
org.esa.snap.core.dataop.maptransf.Datum datum)
Constructs a new instance of this class.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.