Uses of Class
org.geotools.api.util.CodeList
-
-
Uses of CodeList in org.geotools.api.coverage
Subclasses of CodeList in org.geotools.api.coverage Modifier and Type Class Description class
ColorInterpretation
Specifies the mapping of a band to a color model component.class
InterpolationMethod
A list of codes that identify interpolation methods that may be used for evaluating continuous coverages.class
PaletteInterpretation
Describes the color entry in a color table.class
SampleDimensionType
Specifies the various dimension types for coverage values. -
Uses of CodeList in org.geotools.api.filter.sort
Subclasses of CodeList in org.geotools.api.filter.sort Modifier and Type Class Description class
SortOrder
-
Uses of CodeList in org.geotools.api.metadata
Subclasses of CodeList in org.geotools.api.metadata Modifier and Type Class Description class
Datatype
Datatype of element or entity.class
Obligation
Obligation of the element or entity. -
Uses of CodeList in org.geotools.api.metadata.citation
Subclasses of CodeList in org.geotools.api.metadata.citation Modifier and Type Class Description class
OnLineFunction
Class of information to which the referencing entity applies.class
PresentationForm
Mode in which the data is represented.class
Role
Function performed by the responsible party. -
Uses of CodeList in org.geotools.api.metadata.quality
Subclasses of CodeList in org.geotools.api.metadata.quality Modifier and Type Class Description class
EvaluationMethodType
Type of method for evaluating an identified data quality measure. -
Uses of CodeList in org.geotools.api.metadata.spatial
Subclasses of CodeList in org.geotools.api.metadata.spatial Modifier and Type Class Description class
PixelOrientation
Point in a pixel corresponding to the Earth location of the pixel. -
Uses of CodeList in org.geotools.api.referencing.cs
Subclasses of CodeList in org.geotools.api.referencing.cs Modifier and Type Class Description class
AxisDirection
The direction of positive increments in the coordinate value for a coordinate system axis.class
RangeMeaning
Meaning of the axis value range specified through minimum value and maximum value. -
Uses of CodeList in org.geotools.api.referencing.datum
Subclasses of CodeList in org.geotools.api.referencing.datum Modifier and Type Class Description class
PixelInCell
Specification of the way the image grid is associated with the image data attributes.class
VerticalDatumType
Type of a vertical datum. -
Uses of CodeList in org.geotools.api.style
Subclasses of CodeList in org.geotools.api.style Modifier and Type Class Description class
ContrastMethod
The ContrastEnhancement element defines contrast enhancement for a channel of a false-color image or for a color image.class
SemanticType
Identifies the more general "type" of geometry that this style is meant to act upon. -
Uses of CodeList in org.geotools.api.temporal
Subclasses of CodeList in org.geotools.api.temporal Modifier and Type Class Description class
IndeterminateValue
Provides 4 values for indeterminate positions.class
RelativePosition
Values for relative temporal position based on the 13 temporal relationships identified by Allen (1993). -
Uses of CodeList in org.geotools.api.util
Classes in org.geotools.api.util with type parameters of type CodeList Modifier and Type Class Description class
CodeList<E extends CodeList<E>>
Base class for all code lists.Methods in org.geotools.api.util with type parameters of type CodeList Modifier and Type Method Description static <T extends CodeList>
TCodeList. valueOf(Class<T> codeType, String name)
Returns the code of the given type that matches the given name, or returns a new one if none match it.Methods in org.geotools.api.util that return CodeList Modifier and Type Method Description abstract E[]
CodeList. family()
Returns the list of codes of the same kind than this code. -
Uses of CodeList in org.geotools.parameter
Methods in org.geotools.parameter with type parameters of type CodeList Modifier and Type Method Description static <T extends CodeList>
Parameter<T>Parameter. create(String name, Class<T> type, T value)
Constructs a parameter from the specified code list. -
Uses of CodeList in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt with parameters of type CodeList Modifier and Type Method Description void
Formatter. append(CodeList code)
Append a code list to the WKT.
-