public class IsinAPI extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IsinAPI.Raster |
| Constructor and Description |
|---|
IsinAPI(IsinAPI.Raster raster)
Constructs the API and initializes internal parameter according to the raster dimensions passed in.
|
| Modifier and Type | Method and Description |
|---|---|
IsinPoint |
getTileDimensions()
Retrieves the dimensions of a tile at the selected resolution.
|
IsinPoint |
toGlobalMap(double lon,
double lat)
Map the location (lon/lat) to the global integerized sinusoidal raster.
|
IsinPoint |
toTileImageCoordinates(double lon,
double lat)
Map the location (lon/lat) to the tiled global integerized sinusoidal raster.
|
public IsinAPI(IsinAPI.Raster raster)
raster - the raster dimensionpublic IsinPoint toGlobalMap(double lon, double lat)
lon - longitudelat - latitudepublic IsinPoint toTileImageCoordinates(double lon, double lat)
lon - longitudelat - latitudepublic IsinPoint getTileDimensions()
Copyright © 2014–2019 European Space Agency (ESA). All rights reserved.