Uses of Class
org.opengis.util.CodeList
Package
Description
Filters features according their properties.
The metadata root entity.
Type for citing a resource and information
about the responsible party.
Restrictions placed on data (legal and security constraints).
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
Information concerning the distributor of, and options for obtaining, a resource.
Information to uniquely identify the data or service.
Scope and frequency of updating data.
Description of the quality of geographic data.
Information concerning the mechanisms used to represent spatial information in a dataset.
Base interfaces for reference systems by coordinates or by identifiers.
Coordinate Systems and their axes.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
Temporal position and duration.
The GeoAPI conformance testing framework.
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of CodeList in org.opengis.filter
Modifier and TypeClassDescriptionfinal class
Nature of the comparison between expressions.final class
Nature of the spatial operation computed with geometries and a distance parameter.final class
Nature of the logic operation between two or more filters.final class
Nature of the spatial operation between two geometries.final class
Nature of the temporal operation between two geometries.Modifier and TypeMethodDescriptionCodeList
<?> Filter.getOperatorType()
Returns the nature of the operator.default CodeList
<?> ResourceId.getOperatorType()
Returns the nature of this operator.CodeList
<?> SpatialOperator.getOperatorType()
Returns the nature of the operator. -
Uses of CodeList in org.opengis.metadata
Modifier and TypeClassDescriptionfinal class
Datatype of element or entity.final class
Obligation of the element or entity. -
Uses of CodeList in org.opengis.metadata.acquisition
Modifier and TypeClassDescriptionfinal class
Designation of criterion for defining the context of the scanning process event.final class
Geometric description of the collection.final class
Temporal persistence of collection objective.final class
Code indicating whether the data contained in a packet is real, simulated or synthesized.final class
Ordered list of priorities.final class
Temporal relation of activation.final class
Mechanism of activation. -
Uses of CodeList in org.opengis.metadata.citation
Modifier and TypeClassDescriptionfinal class
Identification of when a given event occurredfinal class
Class of information to which the referencing entity applies.final class
Mode in which the data is represented.final class
Function performed by the responsible party.final class
Type of telephone. -
Uses of CodeList in org.opengis.metadata.constraint
Modifier and TypeClassDescriptionfinal class
Name of the handling restrictions on the dataset.final class
Limitation(s) placed upon the access or use of the data. -
Uses of CodeList in org.opengis.metadata.content
Modifier and TypeClassDescriptionfinal class
Designation of criterion for defining maximum and minimum wavelengths for a spectral band.final class
Specific type of information represented in the cell.final class
Code which indicates conditions which may affect the image.final class
Polarization of the antenna relative to the waveform.final class
Transform function to be used when scaling a physical value for a given element. -
Uses of CodeList in org.opengis.metadata.distribution
Modifier and TypeClassDescriptionfinal class
Method used to write to the medium.final class
Deprecated. -
Uses of CodeList in org.opengis.metadata.identification
Modifier and TypeClassDescriptionfinal class
Justification for the correlation of two datasets.final class
Deprecated.As of ISO 19115:2014, replaced by a reference to the IANA Character Set register.final class
Class of information to which the referencing entity applies.final class
Distributed computing platform (DCP) on which an operation has been implemented.final class
Type of aggregation activity in which datasets are relatedfinal class
Methods used to group similar keywords.final class
Status of the dataset or progress of a review.final class
High-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. -
Uses of CodeList in org.opengis.metadata.maintenance
Modifier and TypeClassDescriptionfinal class
Frequency with which modifications and deletions are made to the data after it is first produced.final class
Class of information to which the referencing entity applies. -
Uses of CodeList in org.opengis.metadata.quality
Modifier and TypeClassDescriptionfinal class
Type of method for evaluating an identified data quality measure.final class
Structure for reporting a complex data quality result. -
Uses of CodeList in org.opengis.metadata.spatial
Modifier and TypeClassDescriptionfinal class
Code indicating whether grid data is point or area.final class
Name of the dimension.final class
Name of point and vector spatial objects used to locate zero-, one-, and two-dimensional spatial locations in the dataset.final class
Point in a pixel corresponding to the Earth location of the pixel.final class
Method used to represent geographic information in the dataset.final class
Degree of complexity of the spatial relationships. -
Uses of CodeList in org.opengis.referencing
Modifier and TypeClassDescriptionfinal class
Defines type of reference system used. -
Uses of CodeList in org.opengis.referencing.cs
Modifier and TypeClassDescriptionfinal class
The direction of positive increase in the coordinate value for a coordinate system axis.final class
Type (measure, integer or date) of coordinate values.final class
Meaning of the axis value range specified through minimum value and maximum value. -
Uses of CodeList in org.opengis.referencing.datum
Modifier and TypeClassDescriptionfinal class
Deprecated.This code list has been removed from ISO 19111:2019 together withImageDatum
.final class
Specification of the method by which the vertical reference frame is realized.final class
Deprecated.Replaced byRealizationMethod
in ISO 19111:2019. -
Uses of CodeList in org.opengis.temporal
Modifier and TypeClassDescriptionfinal class
Indications that a temporal position is not precisely known. -
Uses of CodeList in org.opengis.test
Modifier and TypeClassDescriptionstatic final class
Type-safe keys that can be used in aConfiguration
map. -
Uses of CodeList in org.opengis.util
Modifier and TypeClassDescriptionclass
Base class for all code lists.Modifier and TypeMethodDescriptionReturns the code of the given type and name if it exists, or optionally creates a new code.static <T extends CodeList<T>>
TDeprecated, for removal: This API element is subject to removal in a future version.This method depends on reflection, which is restricted in the context of Java Module System.static <T extends CodeList<T>>
TCodeList.valueOf
(Class<T> codeType, CodeList.Filter filter) Deprecated, for removal: This API element is subject to removal in a future version.This method depends on reflection, which is restricted in the context of Java Module System.static <E extends CodeList<E>>
E[]Returns the values for the specified type of code list.
MediumName
has been replaced byCitation
.