Uses of Class
org.opengis.util.CodeList

Packages that use CodeList
org.opengis.metadata Root package for metadata
org.opengis.metadata.acquisition Acquisition information
org.opengis.metadata.citation Citation and responsible party information. 
org.opengis.metadata.constraint Constraints information (includes legal and security). 
org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). 
org.opengis.metadata.distribution Distribution information. 
org.opengis.metadata.identification Identification information (includes data and service identification). 
org.opengis.metadata.maintenance Maintenance information
org.opengis.metadata.quality Data quality and positional accuracy
org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). 
org.opengis.referencing.cs Coordinate systems and their axis
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. 
 

Uses of CodeList in org.opengis.metadata
 

Subclasses of CodeList in org.opengis.metadata
 class Datatype
          Datatype of element or entity.
 class Obligation
          Obligation of the element or entity.
 

Uses of CodeList in org.opengis.metadata.acquisition
 

Subclasses of CodeList in org.opengis.metadata.acquisition
 class Context
          Designation of criterion for defining the context of the scanning process event.
 class GeometryType
          Geometric description of the collection.
 class ObjectiveType
          Temporal persistence of collection objective.
 class OperationType
          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).
 class Priority
          Ordered list of priorities.
 class Sequence
          Temporal relation of activation.
 class Trigger
          Mechanism of activation.
 

Uses of CodeList in org.opengis.metadata.citation
 

Subclasses of CodeList in org.opengis.metadata.citation
 class DateType
          Identification of when a given event occurred
 class OnLineFunction
          Class of information to which the referencing entity applies.
 class PresentationForm
          Mode in which the data is represented.
 class Role
          Function performed by the responsible party.
 

Uses of CodeList in org.opengis.metadata.constraint
 

Subclasses of CodeList in org.opengis.metadata.constraint
 class Classification
          Name of the handling restrictions on the dataset.
 class Restriction
          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.content
 class BandDefinition
          Designation of criterion for defining maximum and minimum wavelengths for a spectral band.
 class CoverageContentType
          Specific type of information represented in the cell.
 class ImagingCondition
          Code which indicates conditions which may affect the image.
 class PolarizationOrientation
          Polarization of the antenna relative to the waveform.
 class TransferFunctionType
          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.distribution
 class MediumFormat
          Method used to write to the medium.
 class MediumName
          Name of the medium.
 

Uses of CodeList in org.opengis.metadata.identification
 

Subclasses of CodeList in org.opengis.metadata.identification
 class AssociationType
          Justification for the correlation of two datasets.
 class CharacterSet
          Name of the character coding standard used for the resource.
 class InitiativeType
          Type of aggregation activity in which datasets are related
 class KeywordType
          Methods used to group similar keywords.
 class Progress
          Status of the dataset or progress of a review.
 class TopicCategory
          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.maintenance
 class MaintenanceFrequency
          Frequency with which modifications and deletions are made to the data after it is first produced.
 class ScopeCode
          Class of information to which the referencing entity applies.
 

Uses of CodeList in org.opengis.metadata.quality
 

Subclasses of CodeList in org.opengis.metadata.quality
 class EvaluationMethodType
          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.spatial
 class CellGeometry
          Code indicating whether grid data is point or area.
 class DimensionNameType
          Name of the dimension.
 class GeometricObjectType
          Name of point and vector spatial objects used to locate zero-, one-, and twodimensional spatial locations in the dataset.
 class PixelOrientation
          Point in a pixel corresponding to the Earth location of the pixel.
 class SpatialRepresentationType
          Method used to represent geographic information in the dataset.
 class TopologyLevel
          Degree of complexity of the spatial relationships.
 

Uses of CodeList in org.opengis.referencing.cs
 

Subclasses of CodeList in org.opengis.referencing.cs
 class AxisDirection
          The direction of positive increments in the coordinate value for a coordinate system axis.
 class RangeMeaning
          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.datum
 class PixelInCell
          Specification of the way the image grid is associated with the image data attributes.
 class VerticalDatumType
          Type of a vertical datum.
 

Uses of CodeList in org.opengis.util
 

Classes in org.opengis.util with type parameters of type CodeList
 class CodeList<E extends CodeList<E>>
          Base class for all code lists.
 

Methods in org.opengis.util with type parameters of type CodeList
static
<T extends CodeList<T>>
T
CodeList.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.
static
<T extends CodeList<T>>
T
CodeList.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.opengis.util that return CodeList
abstract  E[] CodeList.family()
          Returns the list of codes of the same kind than this code.
 

Methods in org.opengis.util with parameters of type CodeList
 boolean CodeList.Filter.accept(CodeList<?> code)
          Returns true if the given code matches the criterion defined by this filter.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.