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 classColorInterpretationSpecifies the mapping of a band to a color model component.classInterpolationMethodA list of codes that identify interpolation methods that may be used for evaluating continuous coverages.classPaletteInterpretationDescribes the color entry in a color table.classSampleDimensionTypeSpecifies 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 classSortOrder - 
Uses of CodeList in org.geotools.api.metadata
Subclasses of CodeList in org.geotools.api.metadata Modifier and Type Class Description classDatatypeDatatype of element or entity.classObligationObligation 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 classOnLineFunctionClass of information to which the referencing entity applies.classPresentationFormMode in which the data is represented.classRoleFunction 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 classEvaluationMethodTypeType 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 classPixelOrientationPoint 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 classAxisDirectionThe direction of positive increments in the coordinate value for a coordinate system axis.classRangeMeaningMeaning 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 classPixelInCellSpecification of the way the image grid is associated with the image data attributes.classVerticalDatumTypeType 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 classContrastMethodThe ContrastEnhancement element defines contrast enhancement for a channel of a false-color image or for a color image.classSemanticTypeIdentifies 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 classIndeterminateValueProvides 4 values for indeterminate positions.classRelativePositionValues 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 classCodeList<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 voidFormatter. append(CodeList code)Append a code list to the WKT. 
 -