Uses of Class
org.geotools.cv.SampleDimensionType

Packages that use SampleDimensionType
org.geotools.cv Coverage implementation.  
 

Uses of SampleDimensionType in org.geotools.cv
 

Fields in org.geotools.cv declared as SampleDimensionType
static SampleDimensionType SampleDimensionType.BIT
          Deprecated. 1 bit integers.
static SampleDimensionType SampleDimensionType.DOUBLET
          Deprecated. 2 bits integers.
static SampleDimensionType SampleDimensionType.NIBBLE
          Deprecated. 4 bits integers (also called "quartet" or "half-byte").
static SampleDimensionType SampleDimensionType.UBYTE
          Deprecated. Unsigned 8 bits integers.
static SampleDimensionType SampleDimensionType.BYTE
          Deprecated. Signed 8 bits integers.
static SampleDimensionType SampleDimensionType.USHORT
          Deprecated. Unsigned 16 bits integers.
static SampleDimensionType SampleDimensionType.SHORT
          Deprecated. Signed 16 bits integers.
static SampleDimensionType SampleDimensionType.UINT
          Deprecated. Unsigned 32 bits integers.
static SampleDimensionType SampleDimensionType.INT
          Deprecated. Signed 32 bits integers.
static SampleDimensionType SampleDimensionType.FLOAT
          Deprecated. Simple precision floating point numbers.
static SampleDimensionType SampleDimensionType.DOUBLE
          Deprecated. Double precision floating point numbers.
 

Methods in org.geotools.cv that return SampleDimensionType
 SampleDimensionType Adapters.wrap(org.opengis.cv.CV_SampleDimensionType type)
          Deprecated. Returns a sample type from an OpenGIS's enumeration.
static SampleDimensionType SampleDimensionType.getEnum(int value)
          Deprecated. Return the enum for the specified value.
static SampleDimensionType SampleDimensionType.getEnum(org.opengis.coverage.SampleDimensionType value)
          Deprecated. Return the enum for the specified value.
static SampleDimensionType SampleDimensionType.getEnum(javax.media.jai.util.Range range)
          Deprecated. Returns the enum for the smallest type capable to hold the specified range of values.
static SampleDimensionType SampleDimensionType.getEnum(java.awt.image.SampleModel model, int band)
          Deprecated. Return the enum for the specified sample model and band number.
 SampleDimensionType SampleDimension.getSampleDimensionType()
          Deprecated. Returns a code value indicating grid value data type.
 

Methods in org.geotools.cv with parameters of type SampleDimensionType
 org.opengis.cv.CV_SampleDimensionType Adapters.export(SampleDimensionType type)
          Deprecated. Returns an OpenGIS enumeration for a color interpretation.
 

Constructors in org.geotools.cv with parameters of type SampleDimensionType
SampleDimension(java.lang.String description, SampleDimensionType type, ColorInterpretation color, java.awt.Color[] palette, java.lang.String[] categories, double[] nodata, double minimum, double maximum, double scale, double offset, Unit unit)
          Deprecated. Constructs a sample dimension with the specified properties.
 



Copyright © GeoTools. All Rights Reserved.