Uses of Class
org.opengis.util.CodeList
Packages that use CodeList
Package
Description
Root package for metadata.
Citation and
responsible party information.
Constraints information
(includes legal and security).
Content information
(includes Feature catalogue and Coverage descriptions).
Distribution information.
Identification information
(includes data and service identification).
Spatial representation information
(includes grid and vector representation).
Coordinate systems and their
axis.
Geodetic datum (the relationship of a
coordinate system to the earth).
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of CodeList in org.opengis.metadata
Subclasses of CodeList in org.opengis.metadataModifier and TypeClassDescriptionfinal class
Datatype of element or entity.final class
Obligation of the element or entity. -
Uses of CodeList in org.opengis.metadata.acquisition
Subclasses of CodeList in org.opengis.metadata.acquisitionModifier 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 this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data).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
Subclasses of CodeList in org.opengis.metadata.citationModifier 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. -
Uses of CodeList in org.opengis.metadata.constraint
Subclasses of CodeList in org.opengis.metadata.constraintModifier 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
Subclasses of CodeList in org.opengis.metadata.contentModifier 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
Subclasses of CodeList in org.opengis.metadata.distributionModifier and TypeClassDescriptionfinal class
Method used to write to the medium.final class
Name of the medium. -
Uses of CodeList in org.opengis.metadata.identification
Subclasses of CodeList in org.opengis.metadata.identificationModifier and TypeClassDescriptionfinal class
Justification for the correlation of two datasets.final class
Name of the character coding standard used for the resource.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
Subclasses of CodeList in org.opengis.metadata.maintenanceModifier 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
Subclasses of CodeList in org.opengis.metadata.qualityModifier and TypeClassDescriptionfinal class
Type of method for evaluating an identified data quality measure. -
Uses of CodeList in org.opengis.metadata.spatial
Subclasses of CodeList in org.opengis.metadata.spatialModifier 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 twodimensional 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.cs
Subclasses of CodeList in org.opengis.referencing.csModifier and TypeClassDescriptionfinal class
The direction of positive increments in the coordinate value for a coordinate system axis.final class
Meaning 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 class
Specification of the way the image grid is associated with the image data attributes.final class
Type of a vertical datum. -
Uses of CodeList in org.opengis.util
Classes in org.opengis.util with type parameters of type CodeListModifier and TypeClassDescriptionclass
Base class for all code lists.Methods in org.opengis.util with type parameters of type CodeListModifier and TypeMethodDescriptionstatic <T extends CodeList<T>>
TReturns the code of the given type that matches the given name, or returns a new one if none match it.static <T extends CodeList<T>>
TCodeList.valueOf
(Class<T> codeType, CodeList.Filter filter) Returns the code of the given type that matches the given criterion, or returns a new one if none match it.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.Methods in org.opengis.util with parameters of type CodeList