{@link ViewType#GEOPHYSICS GEOPHYSICS}: all sample values are equals to geophysics ("real world") values without the need for any transformation. The {@linkplain SampleDimension#getSampleToGeophysics sample to geophysics} transform{@linkplain org.opengis.referencing.operation.MathTransform1D#isIdentity is identity}for all sample dimensions. "No data" values (if any) are expressed as {@linkplain Float#NaN NaN} numbers. This view is suitable for computation, but usuallynot for rendering.
{@link ViewType#PACKED PACKED}: sample values are typically integers. A {@linkplain SampleDimension#getSampleToGeophysics sample to geophysics} transform mayexists for converting them to "real world" values.
{@link ViewType#RENDERED RENDERED}: synonymous of {@code PACKED} for now. Will beimproved in a future version.
{@link ViewType#PHOTOGRAPHIC PHOTOGRAPHIC}: synonymous of {@code RENDERED} for now.Will be improved in a future version.
{@link ViewType#SAME SAME}: returns {@code this} coverage unchanged.
This method should be called from the event-dispatching thread.
String
holding the XML to display.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|