Package | Description |
---|---|
org.esa.snap.core.dataio |
Contains the SNAP product I/O framework.
|
org.esa.snap.core.dataio.dimap |
This module provides a product reader and writer plug-in for the BEAM-DIMAP product format.
|
org.esa.snap.core.dataio.rgb | |
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 |
---|---|
DecodeQualification |
ProductReaderPlugIn.getDecodeQualification(Object input)
Gets the qualification of the product reader to decode a given input object.
|
static DecodeQualification |
DecodeQualification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecodeQualification[] |
DecodeQualification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DecodeQualification |
DimapProductReaderPlugIn.getDecodeQualification(Object object)
Checks whether the given object is an acceptable input for this product reader and if so, the method checks if
it's content has the BEAM-DIMAP format.
|
Modifier and Type | Method and Description |
---|---|
DecodeQualification |
ImageProductReaderPlugIn.getDecodeQualification(Object object) |
Modifier and Type | Method and Description |
---|---|
DecodeQualification |
TrackPointDescriptor.getCompatibilityFor(org.opengis.feature.simple.SimpleFeatureType featureType) |
DecodeQualification |
PlacemarkDescriptor.getCompatibilityFor(org.opengis.feature.simple.SimpleFeatureType featureType)
Gets the compatibility for the given
featureType with respect to the placemarks created by this descriptor. |
DecodeQualification |
GeometryDescriptor.getCompatibilityFor(org.opengis.feature.simple.SimpleFeatureType featureType) |
DecodeQualification |
GenericPlacemarkDescriptor.getCompatibilityFor(org.opengis.feature.simple.SimpleFeatureType ft) |
DecodeQualification |
AbstractPlacemarkDescriptor.getCompatibilityFor(org.opengis.feature.simple.SimpleFeatureType featureType) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.