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 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 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 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. -
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 className of the medium. -
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 className of the character coding standard used for the resource.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. -
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 twodimensional 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.cs
Subclasses of CodeList in org.opengis.referencing.csModifier and TypeClassDescriptionfinal classThe direction of positive increments in the coordinate value for a coordinate system axis.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 classSpecification of the way the image grid is associated with the image data attributes.final classType of a vertical datum. -
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 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