Uses of Class
org.opengis.util.CodeList
-
-
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. -
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.classMediumNameName of the medium. -
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.classCharacterSetName of the character coding standard used for the resource.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 twodimensional 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.cs
Subclasses of CodeList in org.opengis.referencing.cs Modifier and Type Class Description classAxisDirectionThe direction of positive increments 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.Fields in org.opengis.util with type parameters of type CodeList Modifier and Type Field Description private static java.util.Map<java.lang.Class<? extends CodeList>,java.util.Collection<? extends CodeList>>CodeList. VALUESThe values for each code list.private static java.util.Map<java.lang.Class<? extends CodeList>,java.util.Collection<? extends CodeList>>CodeList. VALUESThe values for each code list.Methods in org.opengis.util with type parameters of type CodeList Modifier and Type Method Description static <T extends CodeList<T>>
TCodeList. valueOf(java.lang.Class<T> codeType, java.lang.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(java.lang.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 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)Returnstrueif the given code matches the criterion defined by this filter.
-