public interface PointingFactory
Pointing
for a given raster data node.
A PointingFactory
is usually assigned to data Product
by its ProductReader
Modifier and Type | Method and Description |
---|---|
Pointing |
createPointing(RasterDataNode raster)
Creates a
Pointing applicable to the given raster. |
String[] |
getSupportedProductTypes()
Retrieves the product types for which this instance can create
pointings . |
String[] getSupportedProductTypes()
pointings
.Pointing createPointing(RasterDataNode raster)
Pointing
applicable to the given raster. It is ensured that this method
is only called for rasters which are contained in a Product
and have a valid GeoCoding
.raster
- the raster data node for which the Pointing
is being createdCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.