Uses of Class
org.opengis.util.CodeList
-
Packages that use CodeList Package Description org.opengis.metadata The metadata root entity.org.opengis.metadata.acquisition org.opengis.metadata.citation Type for citing a resource and information about the responsible party.org.opengis.metadata.constraint Restrictions placed on data (legal and security constraints).org.opengis.metadata.content Identification of the feature catalogue used, or description of the content of a coverage dataset.org.opengis.metadata.distribution Information concerning the distributor of, and options for obtaining, a resource.org.opengis.metadata.identification Information to uniquely identify the data or service.org.opengis.metadata.maintenance Scope and frequency of updating data.org.opengis.metadata.quality org.opengis.metadata.spatial Information concerning the mechanisms used to represent spatial information in a dataset.org.opengis.referencing Base interfaces for reference systems.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 Modifier and Type Class Description classDatatypeDatatype of element or entity.classObligationObligation of the element or entity. -
Uses of CodeList in org.opengis.metadata.acquisition
Subclasses of CodeList in org.opengis.metadata.acquisition Modifier and Type Class Description classContextDesignation of criterion for defining the context of the scanning process event.classGeometryTypeGeometric description of the collection.classObjectiveTypeTemporal persistence of collection objective.classOperationTypeCode 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).classPriorityOrdered list of priorities.classSequenceTemporal relation of activation.classTriggerMechanism of activation. -
Uses of CodeList in org.opengis.metadata.citation
Subclasses of CodeList in org.opengis.metadata.citation Modifier and Type Class Description classDateTypeIdentification of when a given event occurredclassOnLineFunctionClass of information to which the referencing entity applies.classPresentationFormMode in which the data is represented.classRoleFunction performed by the responsible party.classTelephoneTypeType of telephone. -
Uses of CodeList in org.opengis.metadata.constraint
Subclasses of CodeList in org.opengis.metadata.constraint Modifier and Type Class Description classClassificationName of the handling restrictions on the dataset.classRestrictionLimitation(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 Modifier and Type Class Description classBandDefinitionDesignation of criterion for defining maximum and minimum wavelengths for a spectral band.classCoverageContentTypeSpecific type of information represented in the cell.classImagingConditionCode which indicates conditions which may affect the image.classPolarizationOrientationPolarization of the antenna relative to the waveform.classTransferFunctionTypeTransform 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 Modifier and Type Class Description classMediumFormatMethod used to write to the medium.classMediumNameDeprecated.This code list is not anymore part of ISO 19115:2014, sinceMediumNamehas been replaced byCitation. -
Uses of CodeList in org.opengis.metadata.identification
Subclasses of CodeList in org.opengis.metadata.identification Modifier and Type Class Description classAssociationTypeJustification for the correlation of two datasets.classCharacterSetDeprecated.As of ISO 19115:2014, replaced by a reference to the IANA Character Set register.classCouplingTypeClass of information to which the referencing entity applies.classDistributedComputingPlatformDistributed computing platform (DCP) on which an operation has been implemented.classInitiativeTypeType of aggregation activity in which datasets are relatedclassKeywordTypeMethods used to group similar keywords.classProgressStatus of the dataset or progress of a review.classTopicCategoryHigh-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 Modifier and Type Class Description classMaintenanceFrequencyFrequency with which modifications and deletions are made to the data after it is first produced.classScopeCodeClass of information to which the referencing entity applies. -
Uses of CodeList in org.opengis.metadata.quality
Subclasses of CodeList in org.opengis.metadata.quality Modifier and Type Class Description classEvaluationMethodTypeType 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 Modifier and Type Class Description classCellGeometryCode indicating whether grid data is point or area.classDimensionNameTypeName of the dimension.classGeometricObjectTypeName of point and vector spatial objects used to locate zero-, one-, and two-dimensional spatial locations in the dataset.classPixelOrientationPoint in a pixel corresponding to the Earth location of the pixel.classSpatialRepresentationTypeMethod used to represent geographic information in the dataset.classTopologyLevelDegree of complexity of the spatial relationships. -
Uses of CodeList in org.opengis.referencing
Subclasses of CodeList in org.opengis.referencing Modifier and Type Class Description classReferenceSystemTypeDefines type of reference system used. -
Uses of CodeList in org.opengis.referencing.cs
Subclasses of CodeList in org.opengis.referencing.cs Modifier and Type Class Description classAxisDirectionThe direction of positive increase in the coordinate value for a coordinate system axis.classRangeMeaningMeaning 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 Modifier and Type Class Description classPixelInCellSpecification of the way the image grid is associated with the image data attributes.classVerticalDatumTypeType of a vertical datum. -
Uses of CodeList in org.opengis.util
Classes in org.opengis.util with type parameters of type CodeList Modifier and Type Class Description classCodeList<E extends CodeList<E>>Base class for all code lists.Methods in org.opengis.util with type parameters of type CodeList Modifier and Type Method Description static <T extends CodeList<T>>
TCodeList. 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.static <T extends CodeList<T>>
TCodeList. valueOf(Class<T> codeType, Predicate<CodeList<?>> filter, String nameIfNew)Returns the code of the given type that matches the given criterion, or potentially a new code if there is no match.static <T extends CodeList<T>>
TCodeList. valueOf(Class<T> codeType, CodeList.Filter filter)Deprecated.Since deprecation ofCodeList.Filter, replaced byvalueOf(Class, Predicate, String).Methods in org.opengis.util that return CodeList Modifier and Type Method Description 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 Modifier and Type Method Description booleanCodeList.Filter. accept(CodeList<?> code)Deprecated.Returnstrueif the given code matches the criterion defined by this filter.Method parameters in org.opengis.util with type arguments of type CodeList Modifier and Type Method Description static <T extends CodeList<T>>
TCodeList. valueOf(Class<T> codeType, Predicate<CodeList<?>> filter, String nameIfNew)Returns the code of the given type that matches the given criterion, or potentially a new code if there is no match.
-