Uses of Class
org.opengis.util.CodeList
Packages that use 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
Subclasses of CodeList in org.opengis.filterModifier and TypeClassDescriptionfinal classNature of the comparison between expressions.final classNature of the spatial operation computed with geometries and a distance parameter.final classNature of the logic operation between two or more filters.final classNature of the spatial operation between two geometries.final classNature of the temporal operation between two geometries.Methods in org.opengis.filter that return CodeListModifier 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
Subclasses of CodeList in org.opengis.metadataModifier and TypeClassDescriptionfinal classDatatype of element or entity.final classObligation of the element or entity. -
Uses of CodeList in org.opengis.metadata.acquisition
Subclasses of CodeList in org.opengis.metadata.acquisitionModifier and TypeClassDescriptionfinal classDesignation of criterion for defining the context of the scanning process event.final classGeometric description of the collection.final classTemporal persistence of collection objective.final classCode indicating whether the data contained in a packet is real, simulated or synthesized.final classOrdered list of priorities.final classTemporal relation of activation.final classMechanism of activation. -
Uses of CodeList in org.opengis.metadata.citation
Subclasses of CodeList in org.opengis.metadata.citationModifier and TypeClassDescriptionfinal classIdentification of when a given event occurredfinal classClass of information to which the referencing entity applies.final classMode in which the data is represented.final classFunction performed by the responsible party.final classType of telephone. -
Uses of CodeList in org.opengis.metadata.constraint
Subclasses of CodeList in org.opengis.metadata.constraintModifier and TypeClassDescriptionfinal className of the handling restrictions on the dataset.final classLimitation(s) placed upon the access or use of the data. -
Uses of CodeList in org.opengis.metadata.content
Subclasses of CodeList in org.opengis.metadata.contentModifier and TypeClassDescriptionfinal classDesignation of criterion for defining maximum and minimum wavelengths for a spectral band.final classSpecific type of information represented in the cell.final classCode which indicates conditions which may affect the image.final classPolarization of the antenna relative to the waveform.final classTransform function to be used when scaling a physical value for a given element. -
Uses of CodeList in org.opengis.metadata.distribution
Subclasses of CodeList in org.opengis.metadata.distributionModifier and TypeClassDescriptionfinal classMethod used to write to the medium.final classDeprecated. -
Uses of CodeList in org.opengis.metadata.identification
Subclasses of CodeList in org.opengis.metadata.identificationModifier and TypeClassDescriptionfinal classJustification for the correlation of two datasets.final classDeprecated.As of ISO 19115:2014, replaced by a reference to the IANA Character Set register.final classClass of information to which the referencing entity applies.final classDistributed computing platform (DCP) on which an operation has been implemented.final classType of aggregation activity in which datasets are relatedfinal classMethods used to group similar keywords.final classStatus of the dataset or progress of a review.final classHigh-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
Subclasses of CodeList in org.opengis.metadata.maintenanceModifier and TypeClassDescriptionfinal classFrequency with which modifications and deletions are made to the data after it is first produced.final classClass of information to which the referencing entity applies. -
Uses of CodeList in org.opengis.metadata.quality
Subclasses of CodeList in org.opengis.metadata.qualityModifier and TypeClassDescriptionfinal classType of method for evaluating an identified data quality measure.final classStructure for reporting a complex data quality result. -
Uses of CodeList in org.opengis.metadata.spatial
Subclasses of CodeList in org.opengis.metadata.spatialModifier and TypeClassDescriptionfinal classCode indicating whether grid data is point or area.final className of the dimension.final className of point and vector spatial objects used to locate zero-, one-, and two-dimensional spatial locations in the dataset.final classPoint in a pixel corresponding to the Earth location of the pixel.final classMethod used to represent geographic information in the dataset.final classDegree of complexity of the spatial relationships. -
Uses of CodeList in org.opengis.referencing
Subclasses of CodeList in org.opengis.referencingModifier and TypeClassDescriptionfinal classDefines type of reference system used. -
Uses of CodeList in org.opengis.referencing.cs
Subclasses of CodeList in org.opengis.referencing.csModifier and TypeClassDescriptionfinal classThe direction of positive increase in the coordinate value for a coordinate system axis.final classType (measure, integer or date) of coordinate values.final classMeaning of the axis value range specified through minimum value and maximum value. -
Uses of CodeList in org.opengis.referencing.datum
Subclasses of CodeList in org.opengis.referencing.datumModifier and TypeClassDescriptionfinal classDeprecated.This code list has been removed from ISO 19111:2019 together withImageDatum.final classSpecification of the method by which the vertical reference frame is realized.final classDeprecated.Replaced byRealizationMethodin ISO 19111:2019. -
Uses of CodeList in org.opengis.temporal
Subclasses of CodeList in org.opengis.temporalModifier and TypeClassDescriptionfinal classIndications that a temporal position is not precisely known. -
Uses of CodeList in org.opengis.test
Subclasses of CodeList in org.opengis.testModifier and TypeClassDescriptionstatic final classType-safe keys that can be used in aConfigurationmap. -
Uses of CodeList in org.opengis.util
Classes in org.opengis.util with type parameters of type CodeListModifier and TypeClassDescriptionclassBase class for all code lists.Methods in org.opengis.util with type parameters of type CodeListModifier 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.Methods in org.opengis.util that return CodeListModifier and TypeMethodDescriptionabstract E[]CodeList.family()Returns the list of codes of the same kind as this code.static <E extends CodeList<E>>
E[]Returns the values for the specified type of code list.Methods in org.opengis.util with parameters of type CodeList
MediumNamehas been replaced byCitation.