Uses of Annotation Interface
org.opengis.annotation.UML
Package
Description
Set of annotations mapping GeoAPI
interfaces to Open Geospatial UML or XML schemas.
Tuple of coordinate values.
Defines the structure and content of views of real-world phenomenon.
Filters features according their properties.
Metadata about the specific elements that a particular implementation supports.
Root package for geometries.
The metadata root entity.
Type for citing a resource and information
about the responsible party.
Restrictions placed on data (legal and security constraints).
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
Information concerning the distributor of, and options for obtaining, a resource.
Geographic, vertical and temporal extents.
Information to uniquely identify the data or service.
Sources and production processes used in producing a dataset.
Scope and frequency of updating data.
Description of the quality of geographic data.
Information concerning the mechanisms used to represent spatial information in a dataset.
Description and storage of parameter values.
Base interfaces for reference systems by coordinates or by identifiers.
Reference systems by coordinates.
Coordinate Systems and their axes.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
Coordinate operations (relationship between any two CRS).
Temporal position and duration.
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of UML in org.opengis.annotation
Modifier and TypeClassDescriptionenum
Whether an element is mandatory, optional or have other obligation. -
Uses of UML in org.opengis.coordinate
Modifier and TypeInterfaceDescriptioninterface
Metadata required to reference coordinates.interface
A collection of coordinate tuples referenced to the same coordinate reference system (CRS).Modifier and TypeMethodDescriptionCoordinateMetadata.getCoordinateEpoch()
Date at which coordinate tuples referenced to a dynamic CRS are valid.CoordinateSet.getCoordinateMetadata()
Coordinate metadata to which this coordinate set is referenced.CoordinateMetadata.getCoordinateReferenceSystem()
The coordinate reference system (CRS) in which the coordinate tuples are given.CoordinateSet.iterator()
Returns an iterator over the positions described by coordinate tuples. -
Uses of UML in org.opengis.feature
Modifier and TypeInterfaceDescriptioninterface
Definition of an attribute in a feature type.interface
Definition of a dynamic attribute in a moving feature type.interface
Indicates the role played by the association between two features.interface
Abstraction of a real-world phenomena.interface
Identification and description information inherited by property types and feature types.interface
Describes the behaviour of a feature type as a function or a method.interface
Characteristics that may be associated with aFeatureType
.Modifier and TypeMethodDescriptiondefault Map
<String, AttributeType<?>> AttributeType.characteristics()
Other attribute types that describe this attribute type.IdentifiedType.getDefinition()
Returns a concise definition of the element.default Optional
<InternationalString> IdentifiedType.getDescription()
Returns optional information beyond that required for concise definition of the element.default Optional
<InternationalString> IdentifiedType.getDesignation()
Returns a natural language designator for the element.int
AttributeType.getMaximumOccurs()
Returns the maximum number of attribute values.int
FeatureAssociationRole.getMaximumOccurs()
Returns the maximum number of occurrences of the association within its containing entity.int
AttributeType.getMinimumOccurs()
Returns the minimum number of attribute values.int
FeatureAssociationRole.getMinimumOccurs()
Returns the minimum number of occurrences of the association within its containing entity.AttributeType.getName()
Returns the name of this attribute type.FeatureAssociationRole.getName()
Returns the name of this association role.FeatureType.getName()
Returns the name of this feature type.IdentifiedType.getName()
Returns the name of this type.Operation.getParameters()
Returns a description of the input parameters.Collection
<? extends PropertyType> FeatureType.getProperties
(boolean includeSuperTypes) Returns any feature operation, any feature attribute type and any feature association role that carries characteristics of a feature type.Operation.getResult()
Returns the expected result type, ornull
if none.Set
<? extends FeatureType> FeatureType.getSuperTypes()
Returns the direct parents of this feature type.AttributeType.getValueClass()
Returns the type of attribute values.FeatureAssociationRole.getValueType()
Returns the type of feature values.boolean
FeatureType.isAbstract()
Returnstrue
if the feature type acts as an abstract super-type. -
Uses of UML in org.opengis.filter
Modifier and TypeInterfaceDescriptioninterface
A compact way of encoding a range check.interface
An operator that evaluates the mathematical comparison between two arguments.interface
Operator that tests whether two expressions that evaluate to geometric values satisfy the spatial relationship implied by the operator.interface
An operator that evaluates the mathematical comparison between arguments.final class
Nature of the comparison between expressions.interface
Spatial operator that checks that one geometry satisfies some relation to a buffer around another geometry.final class
Nature of the spatial operation computed with geometries and a distance parameter.class
Thrown ifSortBy
has multipleSortProperty
elements referencing the same value.interface
Expression<R,
V> A literal or a named procedure that performs a distinct computation.interface
Filter<R>
Identification of a subset of resources from a collection of resources whose property values satisfy a set of logically connected predicates.class
Thrown if a filter or an expression cannot be evaluated for a given parameter.interface
LikeOperator<R>
A character string comparison operator with pattern matching.interface
Literal<R,
V> A constant value that can be used in expressions.interface
Combination of one or more conditional expressions.final class
Nature of the logic operation between two or more filters.enum
Specifies how the comparison predicate shall be evaluated for a collection of values.interface
NilOperator<R>
An operator that evaluates if the value of an expression is nil.interface
NullOperator<R>
An operator that tests if an expression's value isnull
.interface
An action that performs a search over some set of resources and returns a subset of those resources.interface
ResourceId<R>
Predicate to identify any identifiable resource within a filter expression.interface
SortBy<R>
Properties whose values shall be used to order the set of resources that satisfy a filter expression.enum
Captures theSortBy
order, ascending or descending.interface
SortProperty<R>
Defines the sort order of a property.interface
Operator that determines whether its geometric arguments satisfy the stated spatial relationship.final class
Nature of the spatial operation between two geometries.interface
Operator that determines whether its time arguments satisfy the stated spatial relationship.final class
Nature of the temporal operation between two geometries.interface
ValueReference<R,
V> Expression whose value is computed by retrieving the value indicated by a name in a resource.interface
The version of a resource to select.enum
The action to do for selecting a new version for an identified resource.Modifier and TypeFieldDescriptionstatic final TemporalOperatorName
TemporalOperatorName.AFTER
Operator evaluates totrue
if the first expression is after the second.static final LogicalOperatorName
LogicalOperatorName.AND
Operator evaluates totrue
if all the combined filters evaluate totrue
.static final TemporalOperatorName
TemporalOperatorName.ANY_INTERACTS
Shortcut operator semantically equivalent to NOT (Before OR Meets OR MetBy OR After).static final SpatialOperatorName
SpatialOperatorName.BBOX
Operator evaluates totrue
when the bounding box of the feature's geometry interacts with the bounding box provided in the filter properties.static final TemporalOperatorName
TemporalOperatorName.BEFORE
Operator evaluates totrue
if the first expression is before the second.static final TemporalOperatorName
TemporalOperatorName.BEGINS
Operator evaluates totrue
if the first expression begins at the second.static final TemporalOperatorName
TemporalOperatorName.BEGUN_BY
Operator evaluates totrue
if the first expression begun by the second.static final DistanceOperatorName
DistanceOperatorName.BEYOND
Operator evaluates totrue
when all of a feature's geometry lies beyond (is more distant) than a given distance from the filter geometry.static final SpatialOperatorName
SpatialOperatorName.CONTAINS
Operator evaluates totrue
if the first geometric operand contains the second.static final TemporalOperatorName
TemporalOperatorName.CONTAINS
Operator evaluates totrue
if the first expression is contained by the second.static final SpatialOperatorName
SpatialOperatorName.CROSSES
Operator evaluates totrue
if the first geometric operand crosses the second.static final SpatialOperatorName
SpatialOperatorName.DISJOINT
Operator evaluates totrue
if the first operand is disjoint from the second.static final TemporalOperatorName
TemporalOperatorName.DURING
Operator evaluates totrue
if the first expression is during the second.static final TemporalOperatorName
TemporalOperatorName.ENDED_BY
Operator evaluates totrue
if the first expression is ended by the second.static final TemporalOperatorName
TemporalOperatorName.ENDS
Operator evaluates totrue
if the first expression ends at the second.static final SpatialOperatorName
SpatialOperatorName.EQUALS
Operator evaluates totrue
if the geometry of the two operands are equal.static final TemporalOperatorName
TemporalOperatorName.EQUALS
Operator evaluates totrue
if the first expression is equal to the second.static final SpatialOperatorName
SpatialOperatorName.INTERSECTS
Operator evaluates totrue
if the two geometric operands intersect.static final TemporalOperatorName
TemporalOperatorName.MEETS
Operator evaluates totrue
if the first expression meets the second.static final TemporalOperatorName
TemporalOperatorName.MET_BY
Operator evaluates totrue
if the first expression is met by the second.static final LogicalOperatorName
LogicalOperatorName.NOT
Operator reverses the logical value of a filter.static final LogicalOperatorName
LogicalOperatorName.OR
Operator evaluates totrue
if any of the combined filters evaluate totrue
.static final TemporalOperatorName
TemporalOperatorName.OVERLAPPED_BY
Operator evaluates totrue
if the first expression is overlapped by the second.static final SpatialOperatorName
SpatialOperatorName.OVERLAPS
Operator evaluates totrue
if the interior of the first geometric operand somewhere overlaps the interior of the second geometric operand.static final TemporalOperatorName
TemporalOperatorName.OVERLAPS
Operator evaluates totrue
if the first expression overlaps the second.static final ComparisonOperatorName
ComparisonOperatorName.PROPERTY_IS_EQUAL_TO
Filter operator that compares that its two sub-expressions are equal to each other.static final ComparisonOperatorName
ComparisonOperatorName.PROPERTY_IS_GREATER_THAN
Filter operator that checks that its first sub-expression is greater than its second sub-expression.static final ComparisonOperatorName
ComparisonOperatorName.PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO
Filter operator that checks that its first sub-expression is greater or equal to its second sub-expression.static final ComparisonOperatorName
ComparisonOperatorName.PROPERTY_IS_LESS_THAN
Filter operator that checks that its first sub-expression is less than its second sub-expression.static final ComparisonOperatorName
ComparisonOperatorName.PROPERTY_IS_LESS_THAN_OR_EQUAL_TO
Filter operator that checks that its first sub-expression is less than or equal to its second sub-expression.static final ComparisonOperatorName
ComparisonOperatorName.PROPERTY_IS_NOT_EQUAL_TO
Filter operator that compares that its two sub-expressions are not equal to each other.static final SpatialOperatorName
SpatialOperatorName.TOUCHES
Operator evaluates totrue
if the two geometric operands touch, but do not overlap.static final DistanceOperatorName
DistanceOperatorName.WITHIN
Operator evaluates totrue
when any part of the first geometry lies within the given distance of the second geometry.static final SpatialOperatorName
SpatialOperatorName.WITHIN
Operator evaluates totrue
if the first geometric operand is completely contained by the constant geometric operand.Modifier and TypeMethodDescriptiondefault VersionAction
Version.getAction()
Indicates a version relative to the identified resources.javax.measure.Quantity
<javax.measure.quantity.Length> DistanceOperator.getDistance()
Returns the buffer distance around the geometry that will be used when comparing features' geometries.ResourceId.getEndTime()
Selects all versions of a resource between the specified start date and end date.default char
LikeOperator.getEscapeChar()
Returns the character that can be used in the pattern to prefix one of the wild card characters to indicate that it should be matched literally in the content of the feature's property.default Expression
<R, ?> BetweenComparisonOperator.getExpression()
Returns the expression to be compared by this operator.List
<Expression<R, ?>> BinaryComparisonOperator.getExpressions()
Returns the two expressions to be compared by this operator.List
<Expression<R, ?>> DistanceOperator.getExpressions()
Returns the two expressions to be evaluated by this operator.List
<Expression<R, ?>> LikeOperator.getExpressions()
Returns the expression whose values will be compared by this operator, together with the pattern.List
<Expression<R, ?>> NilOperator.getExpressions()
Returns the expression whose value will be checked for nil.List
<Expression<R, ?>> NullOperator.getExpressions()
Returns the expression whose value will be checked fornull
.List
<Expression<R, ?>> TemporalOperator.getExpressions()
Returns the two expressions to be evaluated by this operator.Expression.getFunctionName()
Returns the name of the function to be called.DistanceOperator.getGeometry()
The literal geometry from which distances are measured.QueryExpression.getHandle()
User-defined identifier for the purpose of error handling or correlating the response to a query.ResourceId.getIdentifier()
Specifies the identifier of the resource that shall be selected by the predicate.default OptionalInt
Version.getIndex()
Indicates that the Nth version of the resource shall be selected.default Expression
<R, ?> BetweenComparisonOperator.getLowerBoundary()
Returns the lower bound (inclusive) an an expression.default MatchAction
BinaryComparisonOperator.getMatchAction()
Specifies how the comparison predicate shall be evaluated for a collection of values.NilOperator.getNilReason()
Returns the reason why the value is nil.default Expression
<R, ?> BinarySpatialOperator.getOperand1()
Returns the first expression to be evaluated.default Expression
<R, ?> BinarySpatialOperator.getOperand2()
Returns the second expression to be evaluated.LogicalOperator.getOperands()
Returns a list containing all of the child filters of this object.BinarySpatialOperator.getOperatorType()
Returns the nature of the operator.ComparisonOperator.getOperatorType()
Returns the nature of the comparison.DistanceOperator.getOperatorType()
Returns the nature of the operator.LogicalOperator.getOperatorType()
Returns the nature of the operator.List
<Expression<R, ?>> Expression.getParameters()
Returns the list sub-expressions that will be evaluated to provide the parameters to the function.default char
LikeOperator.getSingleChar()
Returns the character that can be used in the pattern to match exactly one character.default SortOrder
SortProperty.getSortOrder()
The sorting order, ascending or descending.SortBy.getSortProperties()
The properties whose values are used for sorting.ResourceId.getStartTime()
Selects all versions of a resource between the specified start date and end date.default Instant
Version.getTimeStamp()
Indicates that the version of the resource closest to the specified date shall be selected.default Expression
<R, ?> BetweenComparisonOperator.getUpperBoundary()
Returns the upper bound (inclusive) as an expression.Literal.getValue()
Returns the constant value held by this object.ValueReference
<R, ?> SortProperty.getValueReference()
The property to sort by.ResourceId.getVersion()
Specifies which version of the resource shall be selected.default char
LikeOperator.getWildCard()
Returns the character that can be used in the pattern to match any sequence of characters.default boolean
BinaryComparisonOperator.isMatchingCase()
Specifies how a filter expression processor should perform string comparisons. -
Uses of UML in org.opengis.filter.capability
Modifier and TypeInterfaceDescriptioninterface
A function that may be used in filter expressions.interface
Declaration of which conformance classes a particular implementation supports.interface
Advertisement of additional operators added to the filter syntax.interface
Metadata about the specific elements that a particular implementation supports.interface
Capabilities used to convey supported identifier operators.interface
Advertisement of which logical, comparison and arithmetic operators the service supports.interface
Advertisement of which spatial operators and geometric operands the service supports.interface
Advertisement of which temporal operators and temporal operands the service supports.Modifier and TypeMethodDescriptionCollection
<? extends ScopedName> ExtendedCapabilities.getAdditionalOperator()
Returns a list of additional operator names.default List
<? extends ParameterDescriptor<?>> AvailableFunction.getArguments()
Returns the list of arguments expected by the function.default Set
<ComparisonOperatorName> ScalarCapabilities.getComparisonOperators()
Advertises which comparison operators are supported by the service.FilterCapabilities.getConformance()
Declaration of which conformance classes a particular implementation supports.default Optional
<ExtendedCapabilities> FilterCapabilities.getExtendedCapabilities()
Advertises any additional operators added to the filter syntax.default Map
<String, ? extends AvailableFunction> FilterCapabilities.getFunctions()
Enumerates the functions that may be used in filter expressions.Collection
<? extends ScopedName> SpatialCapabilities.getGeometryOperands()
Advertises which geometry operands are supported by the service.default Optional
<IdCapabilities> FilterCapabilities.getIdCapabilities()
Provides a list of element names that represent the resource identifier elements that the service supports.AvailableFunction.getName()
Returns the function name.Collection
<? extends LocalName> IdCapabilities.getResourceIdentifiers()
Declares the names of the properties used for resource identifiers.AvailableFunction.getReturnType()
Returns the type of return value.default Optional
<ScalarCapabilities> FilterCapabilities.getScalarCapabilities()
Advertises which logical, comparison and arithmetic operators the service supports.default Optional
<SpatialCapabilities> FilterCapabilities.getSpatialCapabilities()
Advertises which spatial operators and geometric operands the service supports.Map
<SpatialOperatorName, List<? extends ScopedName>> SpatialCapabilities.getSpatialOperators()
Advertises which spatial operators are supported by the service.default Optional
<TemporalCapabilities> FilterCapabilities.getTemporalCapabilities()
Advertises which temporal operators and temporal operands the service supports.Collection
<? extends ScopedName> TemporalCapabilities.getTemporalOperands()
Advertises which temporal operands are supported by the service.Map
<TemporalOperatorName, List<? extends ScopedName>> TemporalCapabilities.getTemporalOperators()
Advertises which temporal operators are supported by the service.default boolean
ScalarCapabilities.hasLogicalOperators()
Indicates if logical operator support is provided.default boolean
Conformance.implementsAdHocQuery()
Returns whether the implementation supports the Ad hoc query conformance level.default boolean
Conformance.implementsExtendedOperators()
Returns whether the implementation supports the Extended Operators conformance level.default boolean
Conformance.implementsFunctions()
Returns whether the implementation supports the Functions conformance level.default boolean
Conformance.implementsMinSpatialFilter()
Returns whether the implementation supports the Minimum Spatial Filter conformance level.default boolean
Conformance.implementsMinStandardFilter()
Returns whether the implementation supports the Minimum Standard Filter conformance level.default boolean
Conformance.implementsMinTemporalFilter()
Returns whether the implementation supports the Minimum Temporal Filter conformance level.default boolean
Conformance.implementsQuery()
Returns whether the implementation supports the Query conformance level.default boolean
Conformance.implementsResourceld()
Returns whether the implementation supports the Resource Identification conformance level.default boolean
Conformance.implementsSorting()
Returns whether the implementation supports the Sorting conformance level.default boolean
Conformance.implementsSpatialFilter()
Returns whether the implementation supports the Spatial Filter conformance level.default boolean
Conformance.implementsStandardFilter()
Returns whether the implementation supports the Standard Filter conformance level.default boolean
Conformance.implementsTemporalFilter()
Returns whether the implementation supports the Temporal Filter conformance level.default boolean
Conformance.implementsVersionNav()
Returns whether the implementation supports the Version navigation conformance level. -
Uses of UML in org.opengis.geometry
Modifier and TypeInterfaceDescriptioninterface
Holds the coordinates for a position within some coordinate reference system.interface
A minimum bounding box or rectangle.Modifier and TypeMethodDescriptiondefault CoordinateReferenceSystem
DirectPosition.getCoordinateReferenceSystem()
The coordinate reference system (CRS) in which the coordinate tuple is given.default double[]
DirectPosition.getCoordinates()
A copy of the coordinates stored as an array of double values.int
DirectPosition.getDimension()
The length of coordinate sequence (the number of entries).Envelope.getLowerCorner()
The limits in the direction of decreasing coordinate values for each dimension.Envelope.getUpperCorner()
The limits in the direction of increasing coordinate values for each dimension. -
Uses of UML in org.opengis.geometry.coordinate
Modifier and TypeMethodDescriptionPosition.getDirectPosition()
Deprecated.Returns the direct position. -
Uses of UML in org.opengis.metadata
Modifier and TypeInterfaceDescriptioninterface
Defines and exposes the structure of a resource (model and/or data dictionary).final class
Datatype of element or entity.interface
New metadata element, not found in ISO 19115, which is required to describe geographic data.interface
Deprecated.Not anymore in ISO 19115.interface
Value uniquely identifying an object within a namespace.interface
Root entity which defines metadata about a resource or resources.interface
Information describing metadata extensions.interface
Class of information to which the referencing entity applies.final class
Obligation of the element or entity.interface
Information identifying the portrayal catalogue used.Modifier and TypeFieldDescriptionstatic final Datatype
Datatype.ABSTRACT_CLASS
Class that cannot be directly instantiated.static final Datatype
Datatype.AGGREGATE_CLASS
Class that is composed of classes it is connected to by an aggregate relationship.static final Datatype
Datatype.ASSOCIATION
Semantic relationship between two classes that involves connections among their instances.static final Datatype
Datatype.CHARACTER_STRING
Free text field.static final Datatype
Datatype.CLASS
Descriptor of a set of objects that share the same attributes, operations, methods, relationships, and behavior.static final Datatype
Datatype.CODE_LIST
Flexible enumeration useful for expressing a long list of values, can be extended.static final Datatype
Datatype.CODE_LIST_ELEMENT
Permissible value for a codelist or enumeration.static final Obligation
Obligation.CONDITIONAL
Element is required when a specific condition is met.static final Datatype
Datatype.DATATYPE_CLASS
Class with few or no operations whose primary purpose is to hold the abstract state of another class for transmittal, storage, encoding or persistent storage.static final Datatype
Datatype.ENUMERATION
Data type whose instances form a list of named literal values, not extendable.static final Datatype
Datatype.INTEGER
Numerical field.static final Datatype
Datatype.INTERFACE_CLASS
Named set of operations that characterize the behavior of an element.static final Obligation
Obligation.MANDATORY
Element is always required.static final Datatype
Datatype.META_CLASS
Class whose instances are classes.static final Obligation
Obligation.OPTIONAL
Element is not required.static final Datatype
Datatype.SPECIFIED_CLASS
Subclass that may be substituted for its superclass.static final Datatype
Datatype.TYPE_CLASS
Class used for specification of a domain of instances (objects), together with the operations applicable to the objects.static final Datatype
Datatype.UNION_CLASS
Class describing a selection of one of the specified types.Modifier and TypeMethodDescriptiondefault Collection
<? extends AcquisitionInformation> Metadata.getAcquisitionInformation()
Information about the acquisition of the data.default Collection
<? extends Citation> Metadata.getAlternativeMetadataReferences()
Reference(s) to alternative metadata or metadata in a non-ISO standard for the same resource.default Collection
<? extends ApplicationSchemaInformation> Metadata.getApplicationSchemaInfo()
Information about the conceptual schema of a dataset.default Citation
Identifier.getAuthority()
Person or party responsible for maintenance of the namespace.default CharacterSet
Metadata.getCharacterSet()
Deprecated.As of GeoAPI 3.1, replaced bygetLocalesAndCharsets().values()
.Identifier.getCode()
Alphanumeric value identifying an instance in the namespace.default String
Identifier.getCodeSpace()
Identifier or namespace in which the code is valid.ExtendedElementInformation.getCondition()
Condition under which the extended element is mandatory.ApplicationSchemaInformation.getConstraintLanguage()
Formal language used in Application Schema.Collection
<? extends ResponsibleParty> Metadata.getContacts()
Parties responsible for the metadata information.default Collection
<? extends ContentInformation> Metadata.getContentInfo()
Information about the feature and coverage characteristics.default Collection
<? extends DataQuality> Metadata.getDataQualityInfo()
Overall assessment of quality of a resource(s).default String
Metadata.getDataSetUri()
Deprecated.As of ISO 19115:2014, replaced byMetadata.getIdentificationInfo()
followed byIdentification.getCitation()
followed byCitation.getOnlineResources()
followed byOnlineResource.getLinkage()
.ExtendedElementInformation.getDataType()
Code which identifies the kind of value provided in the extended element.Collection
<? extends CitationDate> Metadata.getDateInfo()
Date(s) associated with the metadata.default Date
Metadata.getDateStamp()
Deprecated.As of ISO 19115:2014, replaced byMetadata.getDateInfo()
.ExtendedElementInformation.getDefinition()
Definition of the extended element.default InternationalString
Identifier.getDescription()
Natural language description of the meaning of the code value.default Distribution
Metadata.getDistributionInfo()
Information about the distributor of and options for obtaining the resource(s).default Integer
ExtendedElementInformation.getDomainCode()
Deprecated.Removed as of ISO 19115:2014.ExtendedElementInformation.getDomainValue()
Valid values that can be assigned to the extended element.default Collection
<? extends ExtendedElementInformation> MetadataExtensionInformation.getExtendedElementInformation()
Provides information about a new metadata element, not found in ISO 19115, which is required to describe the resource.default OnlineResource
MetadataExtensionInformation.getExtensionOnLineResource()
Information about on-line sources containing the community profile name and the extended metadata elements and information for all new metadata elements.default String
Metadata.getFileIdentifier()
Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataIdentifier()
in order to include the codespace attribute.default URI
ApplicationSchemaInformation.getGraphicsFile()
Full application schema given as a graphics file.default Collection
<String> Metadata.getHierarchyLevelNames()
Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataScopes()
followed byMetadataScope.getName()
.default Collection
<ScopeCode> Metadata.getHierarchyLevels()
Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataScopes()
followed byMetadataScope.getResourceScope()
.Collection
<? extends Identification> Metadata.getIdentificationInfo()
Basic information about the resource(s) to which the metadata applies.default Locale
Metadata.getLanguage()
Deprecated.As of GeoAPI 3.1, replaced byMetadata.getLocalesAndCharsets()
.default Collection
<Locale> Metadata.getLocales()
Deprecated.As of GeoAPI 3.1, replaced byMetadata.getLocalesAndCharsets()
.Metadata.getLocalesAndCharsets()
Language(s) and character set(s) used for documenting metadata.ExtendedElementInformation.getMaximumOccurrence()
Maximum occurrence of the extended element.default Collection
<? extends Constraints> Metadata.getMetadataConstraints()
Restrictions on the access and use of metadata.default Collection
<? extends MetadataExtensionInformation> Metadata.getMetadataExtensionInfo()
Information describing metadata extensions.default Identifier
Metadata.getMetadataIdentifier()
Unique identifier for this metadata record.default Collection
<? extends OnlineResource> Metadata.getMetadataLinkages()
Online location(s) where the metadata is available.default MaintenanceInformation
Metadata.getMetadataMaintenance()
Information about the frequency of metadata updates, and the scope of those updates.default Collection
<? extends Citation> Metadata.getMetadataProfiles()
Citation(s) for the profile(s) of the metadata standard to which the metadata conform.Collection
<? extends MetadataScope> Metadata.getMetadataScopes()
The scope or type of resource for which metadata is provided.default String
Metadata.getMetadataStandardName()
Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataStandards()
followed byCitation.getTitle()
.default Collection
<? extends Citation> Metadata.getMetadataStandards()
Citation(s) for the standard(s) to which the metadata conform.default String
Metadata.getMetadataStandardVersion()
Deprecated.As of ISO 19115:2014, replaced byMetadata.getMetadataStandards()
followed byCitation.getEdition()
.ApplicationSchemaInformation.getName()
Name of the application schema used.ExtendedElementInformation.getName()
Name of the extended metadata element.default InternationalString
MetadataScope.getName()
Description of the scope.ExtendedElementInformation.getObligation()
Obligation of the extended element.ExtendedElementInformation.getParentEntity()
Name of the metadata entity(s) under which this extended metadata element may appear.default String
Metadata.getParentIdentifier()
Deprecated.As of ISO 19115:2014, replaced byMetadata.getParentMetadata()
.default Citation
Metadata.getParentMetadata()
Identification of the parent metadata record.Collection
<? extends Citation> PortrayalCatalogueReference.getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.default Collection
<? extends PortrayalCatalogueReference> Metadata.getPortrayalCatalogueInfo()
Information about the catalogue of rules defined for the portrayal of a resource(s).default InternationalString
ExtendedElementInformation.getRationale()
Reason for creating the extended element.default Collection
<? extends ReferenceSystem> Metadata.getReferenceSystemInfo()
Description of the spatial and temporal reference systems used in the dataset.default Collection
<? extends Lineage> Metadata.getResourceLineages()
Information about the provenance, sources and/or the production processes applied to the resource.MetadataScope.getResourceScope()
Code for the scope.ExtendedElementInformation.getRule()
Specifies how the extended element relates to other existing elements and entities.default URI
ApplicationSchemaInformation.getSchemaAscii()
Full application schema given as an ASCII file.ApplicationSchemaInformation.getSchemaLanguage()
Identification of the schema language used.default String
ExtendedElementInformation.getShortName()
Deprecated.Removed as of ISO 19115:2014.default URI
ApplicationSchemaInformation.getSoftwareDevelopmentFile()
Full application schema given as a software development file.default String
ApplicationSchemaInformation.getSoftwareDevelopmentFileFormat()
Software dependent format used for the application schema software dependent file.Collection
<? extends ResponsibleParty> ExtendedElementInformation.getSources()
Name of the person or organization creating the extended element.FeatureTypeList.getSpatialObject()
Deprecated.Instance of a type defined in the spatial schema.default Collection
<? extends SpatialRepresentation> Metadata.getSpatialRepresentationInfo()
Digital representation of spatial information in the dataset.FeatureTypeList.getSpatialSchemaName()
Deprecated.Name of the spatial schema used.default String
Identifier.getVersion()
Version identifier for the namespace, as specified by the code authority. -
Uses of UML in org.opengis.metadata.acquisition
Modifier and TypeInterfaceDescriptioninterface
Designations for the measuring instruments, the platform carrying them, and the mission to which the data contributes.final class
Designation of criterion for defining the context of the scanning process event.interface
Information about the environmental conditions during the acquisition.interface
Identification of a significant collection point within an operation.final class
Geometric description of the collection.interface
Designations for the measuring instruments.interface
Describes the characteristics, spatial and temporal extent of the intended object to be observed.final class
Temporal persistence of collection objective.interface
Designations for the operation used to acquire the dataset.final class
Code indicating whether the data contained in a packet is real, simulated or synthesized.interface
Designations for the planning information related to meeting the data acquisition requirements.interface
Designation of the platform used to acquire the dataset.interface
Identification of collection coverage.final class
Ordered list of priorities.interface
Range of date validity.interface
Requirement to be satisfied by the planned data acquisition.final class
Temporal relation of activation.final class
Mechanism of activation.Modifier and TypeFieldDescriptionstatic final Context
Context.ACQUISITION
Event related to a specific collection.static final GeometryType
GeometryType.AREAL
Collection of a geographic area defined by a polygon (coverage).static final Trigger
Trigger.AUTOMATIC
Event due to external stimuli.static final Priority
Priority.CRITICAL
Decisive importance.static final Sequence
Sequence.END
End of a collection.static final Priority
Priority.HIGH_IMPORTANCE
Requires resources to be made available.static final Sequence
Sequence.INSTANTANEOUS
Collection without a significant durationstatic final ObjectiveType
ObjectiveType.INSTANTANEOUS_COLLECTION
Single instance of collection.static final GeometryType
GeometryType.LINEAR
Extended collection in a single vector.static final Priority
Priority.LOW_IMPORTANCE
To be completed when resources are availablestatic final Trigger
Trigger.MANUAL
Event manually instigated.static final Priority
Priority.MEDIUM_IMPORTANCE
Normal operation priority.static final Context
Context.PASS
Event related to a sequence of collections.static final ObjectiveType
ObjectiveType.PERSISTENT_VIEW
Multiple instances of collection.static final GeometryType
GeometryType.POINT
Single geographic point of interest.static final Trigger
Trigger.PRE_PROGRAMMED
Event instigated by planned internal stimuli.static final OperationType
OperationType.REAL
Originates from live-fly or other non-simulated operational source.static final OperationType
OperationType.SIMULATED
Originates from target simulator sources.static final Sequence
Sequence.START
Beginning of a collection.static final GeometryType
GeometryType.STRIP
Series of linear collections grouped by way points.static final ObjectiveType
ObjectiveType.SURVEY
Collection over specified domain.static final OperationType
OperationType.SYNTHESIZED
Mix of real and simulated data.static final Context
Context.WAY_POINT
Event related to a navigational manoeuvre.Modifier and TypeMethodDescriptiondefault Collection
<? extends Plan> AcquisitionInformation.getAcquisitionPlans()
Identifies the plan as implemented by the acquisition.default Collection
<? extends Requirement> AcquisitionInformation.getAcquisitionRequirements()
Identifies the requirement the data acquisition intends to satisfy.EnvironmentalRecord.getAverageAirTemperature()
Average air temperature along the flight pass during the photo flight.default Collection
<? extends Operation> Operation.getChildOperations()
Sub-missions that make up part of a larger mission.default Citation
Operation.getCitation()
Identification of the mission.Plan.getCitation()
Identification of authority requesting target collection.default Citation
Platform.getCitation()
Source where information about the platform is described.default Citation
Requirement.getCitation()
Identification of reference or guidance material for the requirement.default Collection
<? extends Citation> Instrument.getCitations()
Complete citation of the instrument.Event.getContext()
Meaning of the event.Event.getDateOfOccurrence()
Date and time the event occurred.default InternationalString
Instrument.getDescription()
Textual description of the instrument.default InternationalString
Operation.getDescription()
Description of the mission on which the platform observations are made and the objectives of that mission.Platform.getDescription()
Narrative description of the platform supporting the instrument.default EnvironmentalRecord
AcquisitionInformation.getEnvironmentalConditions()
A record of the environmental circumstances during the data acquisition.default Collection
<? extends Objective> Event.getExpectedObjectives()
Objective or objectives satisfied by an event.Requirement.getExpiryDate()
Date and time after which collection is no longer valid.default Geometry
PlatformPass.getExtent()
Area covered by the pass.default Collection
<? extends Extent> Objective.getExtents()
Extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.default Collection
<? extends InternationalString> Objective.getFunctions()
Role or purpose performed by or activity performed at the objective.Event.getIdentifier()
Event name or number.Instrument.getIdentifier()
Unique identification of the instrument.default Identifier
Operation.getIdentifier()
Unique identification of the operation.Platform.getIdentifier()
Unique identification of the platform.PlatformPass.getIdentifier()
Unique name of the pass.Requirement.getIdentifier()
Unique name, or code, for the requirement.Collection
<? extends Identifier> Objective.getIdentifiers()
Code used to identify the objective.default Collection
<? extends Instrument> AcquisitionInformation.getInstruments()
General information about the instrument used in data acquisition.Collection
<? extends Instrument> Platform.getInstruments()
Instrument(s) mounted on a platform.RequestedDate.getLatestAcceptableDate()
Latest date and time collection must be completed.EnvironmentalRecord.getMaxAltitude()
Maximum altitude during the photo flight.EnvironmentalRecord.getMaxRelativeHumidity()
Maximum relative humidity along the flight pass during the photo flight.EnvironmentalRecord.getMeteorologicalConditions()
Meteorological conditions in the photo flight area, in particular clouds, snow and wind.default Platform
Instrument.getMountedOn()
Platform on which the instrument is mounted.Collection
<? extends Event> Objective.getObjectiveOccurences()
Event or events associated with objective completion.default Collection
<? extends Objective> AcquisitionInformation.getObjectives()
Identification of the area or object to be sensed.default Collection
<? extends Objective> Operation.getObjectives()
Object(s) or area(s) of interest to be sensed.default Collection
<? extends Operation> AcquisitionInformation.getOperations()
General information about an identifiable activity which provided the data.default Collection
<? extends Operation> Plan.getOperations()
Identification of the activity or activities that satisfy a plan.default Operation
Operation.getParentOperation()
Heritage of the operation.default Collection
<? extends PlatformPass> Objective.getPass()
Pass of the platform over the objective.default Plan
Operation.getPlan()
Plan satisfied by the operation.default Collection
<? extends Platform> AcquisitionInformation.getPlatforms()
General information about the platform from which the data were taken.default Collection
<? extends Platform> Operation.getPlatforms()
Platform (or platforms) used in the operation.default InternationalString
Objective.getPriority()
Priority applied to the target.Requirement.getPriority()
Relative ordered importance, or urgency, of the requirement.Collection
<? extends ResponsibleParty> Requirement.getRecipients()
Person(s), or body(ies), to receive results of requirement.default Collection
<? extends Event> PlatformPass.getRelatedEvents()
Occurrence of one or more events for a pass.default PlatformPass
Event.getRelatedPass()
Pass during which an event occurs.default Collection
<? extends Instrument> Event.getRelatedSensors()
Instrument or instruments for which the event is meaningful.Requirement.getRequestedDate()
Required or preferred acquisition date and time.RequestedDate.getRequestedDateOfCollection()
Preferred date and time of collection.Collection
<? extends ResponsibleParty> Requirement.getRequestors()
Origin of requirement.default Collection
<? extends Plan> Requirement.getSatisfiedPlans()
Plan that identifies solution to satisfy the requirement.default Collection
<? extends Requirement> Plan.getSatisfiedRequirements()
Requirement satisfied by the plan.default Collection
<? extends Instrument> Objective.getSensingInstruments()
Instrument which senses the objective data.Event.getSequence()
Relative time ordering of the event.default Collection
<? extends Event> Operation.getSignificantEvents()
Record of an event occurring during an operation.default Collection
<? extends ResponsibleParty> Platform.getSponsors()
Organization responsible for building, launch, or operation of the platform.Operation.getStatus()
Status of the data acquisition.Plan.getStatus()
Current status of the plan (pending, completed, etc.)Event.getTrigger()
Initiator of the event.Instrument.getType()
Name of the type of instrument.default OperationType
Operation.getType()
Collection technique for the operation.default GeometryType
Plan.getType()
Manner of sampling geometry that the planner expects for collection of objective data.default Collection
<? extends ObjectiveType> Objective.getTypes()
Collection technique for the objective. -
Uses of UML in org.opengis.metadata.citation
Modifier and TypeInterfaceDescriptioninterface
Location of the responsible individual or organization.interface
Standardized resource reference.interface
Reference date and event used to describe it.interface
Information required to enable contact with the responsible person and/or organization.final class
Identification of when a given event occurredinterface
Information about the party if the party is an individual.final class
Class of information to which the referencing entity applies.interface
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.interface
Information about the party if the party is an organisation.interface
Information about the individual and / or organisation of the party.final class
Mode in which the data is represented.interface
Information about the party and their role.interface
Deprecated.final class
Function performed by the responsible party.interface
Information about the series, or aggregate dataset, to which a dataset belongs.interface
Telephone numbers for contacting the responsible individual or organization.final class
Type of telephone.Modifier and TypeFieldDescriptionstatic final DateType
DateType.ADOPTED
Date identifies when the resource was adopted.static final PresentationForm
PresentationForm.AUDIO_DIGITAL
Digital audio recording.static final PresentationForm
PresentationForm.AUDIO_HARDCOPY
Audio recording delivered by analog media, such as a magnetic tapestatic final Role
Role.AUTHOR
Party who authored the resource.static final OnLineFunction
OnLineFunction.BROWSE_GRAPHIC
Browse graphic provided.static final OnLineFunction
OnLineFunction.BROWSING
Online browsing provided.static final Role
Role.CO_AUTHOR
Party who jointly authors the resource.static final Role
Role.COLLABORATOR
Party who assists with the generation of the resource other than the principal investigator.static final OnLineFunction
OnLineFunction.COMPLETE_METADATA
Complete metadata provided.static final Role
Role.CONTRIBUTOR
Party contributing to the resource.static final DateType
DateType.CREATION
Date identifies when the resource was brought into existence.static final Role
Role.CUSTODIAN
Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.static final DateType
DateType.DEPRECATED
Date identifies when the resource was deprecated.static final PresentationForm
PresentationForm.DIAGRAM_DIGITAL
Information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and recorded in digital format.static final PresentationForm
PresentationForm.DIAGRAM_HARDCOPY
Information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and printed on paper, photographic material, or other media.static final DateType
DateType.DISTRIBUTION
Date identifies when an instance of the resource was distributed.static final Role
Role.DISTRIBUTOR
Party who distributes the resource.static final PresentationForm
PresentationForm.DOCUMENT_DIGITAL
Digital representation of a primarily textual item (can contain illustrations also).static final PresentationForm
PresentationForm.DOCUMENT_HARDCOPY
Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media.static final OnLineFunction
OnLineFunction.DOWNLOAD
Online instructions for transferring data from one storage device or system to another.static final Role
Role.EDITOR
Party who reviewed or modified the resource to improve the content.static final OnLineFunction
OnLineFunction.EMAIL_SERVICE
Online email service provided.static final DateType
DateType.EXPIRY
Date identifies when resource expires.static final TelephoneType
TelephoneType.FACSIMILE
Telephone provides facsimile service.static final OnLineFunction
OnLineFunction.FILE_ACCESS
Online file access provided.static final Role
Role.FUNDER
Party providing monetary support for the resource.static final PresentationForm
PresentationForm.IMAGE_DIGITAL
Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format.static final PresentationForm
PresentationForm.IMAGE_HARDCOPY
Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user.static final DateType
DateType.IN_FORCE
Date identifies when resource became in force.static final OnLineFunction
OnLineFunction.INFORMATION
Online information about the resource.static final DateType
DateType.LAST_REVISION
Date identifies when the resource was examined or re-examined and improved or amended.static final DateType
DateType.LAST_UPDATE
Date identifies when resource was last updated.static final PresentationForm
PresentationForm.MAP_DIGITAL
Map represented in raster or vector form.static final PresentationForm
PresentationForm.MAP_HARDCOPY
Map printed on paper, photographic material, or other media for use directly by the human user.static final Role
Role.MEDIATOR
A class of entity that immediate access to the resource and for whom the resource is intended or useful.static final PresentationForm
PresentationForm.MODEL_DIGITAL
Multi-dimensional digital representation of a feature, process, etc.static final PresentationForm
PresentationForm.MODEL_HARDCOPY
3-dimensional, physical model.static final PresentationForm
PresentationForm.MULTIMEDIA_DIGITAL
Information representation using simultaneously various digital modes for text, sound, image.static final PresentationForm
PresentationForm.MULTIMEDIA_HARDCOPY
Information representation using simultaneously various analog modes for text, sound, image.static final DateType
DateType.NEXT_UPDATE
Date identifies when the resource will be next updated.static final OnLineFunction
OnLineFunction.OFFLINE_ACCESS
Online instructions for requesting the resource from the provider.static final OnLineFunction
OnLineFunction.ORDER
Online order process for obtaining the resource.static final Role
Role.ORIGINATOR
Party who created the resource.static final Role
Role.OWNER
Party that owns the resource.static final PresentationForm
PresentationForm.PHYSICAL_OBJECT
A physical object.static final Role
Role.POINT_OF_CONTACT
Party who can be contacted for acquiring knowledge about or acquisition of the resource.static final Role
Key party responsible for gathering information and conducting research.static final Role
Role.PROCESSOR
Party who has processed the data in a manner such that the resource has been modified.static final PresentationForm
PresentationForm.PROFILE_DIGITAL
Vertical cross-section in digital form.static final PresentationForm
PresentationForm.PROFILE_HARDCOPY
Vertical cross-section printed on paper, etc.static final DateType
DateType.PUBLICATION
Date identifies when the resource was issued.static final Role
Role.PUBLISHER
Party who published the resource.static final DateType
DateType.RELEASED
The date that the resource shall be released for public access.static final Role
Role.RESOURCE_PROVIDER
Party that supplies the resource.static final DateType
DateType.REVISION
Date identifies when the resource was examined or re-examined and improved or amended.static final Role
Role.RIGHTS_HOLDER
Party owning or managing rights over the resource.static final OnLineFunction
OnLineFunction.SEARCH
Online search interface for seeking out information about the resource.static final TelephoneType
TelephoneType.SMS
Telephone provides SMS service.static final Role
Role.SPONSOR
Party who speaks for the resource.static final Role
Role.STAKEHOLDER
Party who has an interest in the resource or the use of the resource.static final DateType
DateType.SUPERSEDED
Date identifies when resource was superseded or replaced by another resource.static final PresentationForm
PresentationForm.TABLE_DIGITAL
Digital representation of facts or figures systematically displayed, especially in columns.static final PresentationForm
PresentationForm.TABLE_HARDCOPY
Representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media.static final DateType
DateType.UNAVAILABLE
Date identifies when resource became not available or obtainable.static final OnLineFunction
OnLineFunction.UPLOAD
Online resource upload capability provided.static final Role
Role.USER
Party who uses the resource.static final DateType
DateType.VALIDITY_BEGINS
Time at which the data are considered to become valid.static final DateType
DateType.VALIDITY_EXPIRES
Time at which the data are no longer considered to be valid.static final PresentationForm
PresentationForm.VIDEO_DIGITAL
Digital video recording.static final PresentationForm
PresentationForm.VIDEO_HARDCOPY
Video recording on film.static final TelephoneType
TelephoneType.VOICE
Telephone provides voice service.Modifier and TypeMethodDescriptiondefault Collection
<? extends Address> Contact.getAddresses()
Physical and email addresses at which the organization or individual may be contacted.default InternationalString
Address.getAdministrativeArea()
State, province of the location.default Collection
<? extends InternationalString> Citation.getAlternateTitles()
Short names or other language names by which the cited information is known.default String
OnlineResource.getApplicationProfile()
Name of an application profile that can be used with the online resource.default Collection
<? extends ResponsibleParty> Citation.getCitedResponsibleParties()
Role, name, contact and position information for individuals or organisations that are responsible for the resource.default InternationalString
Address.getCity()
The city of the location.default InternationalString
Citation.getCollectiveTitle()
Deprecated.Removed as of ISO 19115:2014.default Collection
<? extends Contact> Party.getContactInfo()
Contact information for the party.ResponsibleParty.getContactInfo()
Deprecated.As of ISO 19115:2014, replaced byParty.getContactInfo()
.default InternationalString
Contact.getContactInstructions()
Supplemental instructions on how or when to contact the individual or organization.default InternationalString
Contact.getContactType()
Type of the contact.default InternationalString
Address.getCountry()
Country of the physical address.default Collection
<? extends CitationDate> Citation.getDates()
Reference dates for the cited resource.CitationDate.getDateType()
Event used for reference date.default Collection
<String> Address.getDeliveryPoints()
Address lines for the location (as described in ISO 11180, Annex A).default InternationalString
OnlineResource.getDescription()
Detailed text description of what the online resource is/does.default InternationalString
Citation.getEdition()
Version of the cited resource.default Date
Citation.getEditionDate()
Date of the edition, ornull
if none.default Collection
<String> Address.getElectronicMailAddresses()
Address of the electronic mailbox of the responsible organization or individual.default Collection
<? extends Extent> Responsibility.getExtents()
Spatial or temporal extents of the role.default Collection
<String> Telephone.getFacsimiles()
Deprecated.As of ISO 19115:2014, replaced by a number withTelephoneType.FACSIMILE
.default OnLineFunction
OnlineResource.getFunction()
Code for function performed by the online resource.default Collection
<? extends BrowseGraphic> Citation.getGraphics()
Citation graphics or logo for cited party.default InternationalString
Contact.getHoursOfService()
Time period (including time zone) when individuals can contact the organization or individual.default Collection
<? extends Identifier> Citation.getIdentifiers()
Unique identifier for the resource.default Collection
<? extends Identifier> Party.getIdentifiers()
Identifiers of the party.default Collection
<? extends Individual> Organisation.getIndividual()
Individuals in the named organisation.ResponsibleParty.getIndividualName()
Deprecated.As of ISO 19115:2014, replaced bygetName()
inIndividual
.default String
Citation.getISBN()
International Standard Book Number.default String
Citation.getISSN()
International Standard Serial Number.default String
Series.getIssueIdentification()
Information identifying the issue of the series.OnlineResource.getLinkage()
Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme.default Collection
<? extends BrowseGraphic> Organisation.getLogo()
Graphics identifying organisation.default String
OnlineResource.getName()
Name of the online resource.Party.getName()
Name of the party.default InternationalString
Series.getName()
Name of the series, or aggregate dataset, of which the dataset is a part.Telephone.getNumber()
Telephone number by which individuals can contact responsible organisation or individual.default TelephoneType
Telephone.getNumberType()
Type of telephone number, ornull
if none.default Collection
<? extends OnlineResource> Citation.getOnlineResources()
Online references to the cited resource.default Collection
<? extends OnlineResource> Contact.getOnlineResources()
On-line information that can be used to contact the individual or organization.ResponsibleParty.getOrganisationName()
Deprecated.As of ISO 19115:2014, replaced bygetName()
inOrganisation
.default InternationalString
Citation.getOtherCitationDetails()
Other information required to complete the citation that is not recorded elsewhere.default String
Series.getPage()
Details on which pages of the publication the article was published.Collection
<? extends Party> Responsibility.getParties()
Information about the parties.default Collection
<? extends Telephone> Contact.getPhones()
Telephone numbers at which the organization or individual may be contacted.default InternationalString
Individual.getPositionName()
Position of the individual in an organisation.ResponsibleParty.getPositionName()
Deprecated.As of ISO 19115:2014, replaced byIndividual.getPositionName()
.default String
Address.getPostalCode()
ZIP or other postal code.default Collection
<PresentationForm> Citation.getPresentationForms()
Mode in which the resource is represented.default String
OnlineResource.getProtocol()
Connection protocol to be used.default String
OnlineResource.getProtocolRequest()
Request used to access the resource depending on the protocol.CitationDate.getReferenceDate()
Reference date for the cited resource.Responsibility.getRole()
Function performed by the responsible party.ResponsibleParty.getRole()
Deprecated.Function performed by the responsible party.default Series
Citation.getSeries()
Information about the series, or aggregate dataset, of which the dataset is a part.Citation.getTitle()
Name by which the cited resource is known.default Collection
<String> Telephone.getVoices()
Deprecated.As of ISO 19115:2014, replaced by a number withTelephoneType.VOICE
. -
Uses of UML in org.opengis.metadata.constraint
Modifier and TypeClassDescriptionfinal class
Name of the handling restrictions on the dataset.interface
Restrictions on the access and use of a resource or metadata.interface
Restrictions and legal prerequisites for accessing and using the resource.interface
Information about resource release constraints.final class
Limitation(s) placed upon the access or use of the data.interface
Handling restrictions imposed on the resource or metadata for national security or similar security concerns.Modifier and TypeFieldDescriptionstatic final Classification
Classification.CONFIDENTIAL
Available for someone who can be entrusted with information.static final Restriction
Restriction.CONFIDENTIAL
Not available to the public contains information that could be prejudicial to a commercial, industrial, or national interest.static final Restriction
Restriction.COPYRIGHT
Exclusive right to the publication, production, or sale of the rights to a literary, dramatic, musical, or artistic work, or to the use of a commercial print or label, granted by law for a specified period of time to an author, composer, artist, distributor.static final Classification
Classification.FOR_OFFICIAL_USE_ONLY
Unclassified information that is to be used only for official purposes determinate by the designating body.static final Restriction
Restriction.IN_CONFIDENCE
With trust.static final Restriction
Restriction.INTELLECTUAL_PROPERTY_RIGHTS
Rights to financial benefit from and control of distribution of non-tangible property that is a result of creativity.static final Restriction
Restriction.LICENCE
Formal permission to do something.static final Restriction
Restriction.LICENCE_DISTRIBUTOR
Formal permission required for a person or an entity to commercialize or distribute the resource.static final Restriction
Restriction.LICENCE_END_USER
Formal permission required for a person or an entity to use the resource and that may differ from the person that orders or purchases it.static final Restriction
Restriction.LICENCE_UNRESTRICTED
Formal permission not required to use the resource.static final Restriction
Restriction.LICENSE
Deprecated.As of ISO 19115:2014, renamedRestriction.LICENCE
.static final Classification
Classification.LIMITED_DISTRIBUTION
Dissemination limited by designating body.static final Restriction
Restriction.OTHER_RESTRICTIONS
Limitation not listed.static final Restriction
Restriction.PATENT
Government has granted exclusive right to make, sell, use or license an invention or discovery.static final Restriction
Restriction.PATENT_PENDING
Produced or sold information awaiting a patent.static final Restriction
Restriction.PRIVATE
Protects rights of individual or organisations from observation, intrusion, or attention of others.static final Classification
Classification.PROTECTED
Compromise of the information could cause damage.static final Classification
Classification.RESTRICTED
Not for general disclosure.static final Restriction
Restriction.RESTRICTED
Withheld from general circulation or disclosure.static final Classification
Classification.SECRET
Kept or meant to be kept private, unknown, or hidden from all but a select group of people.static final Classification
Classification.SENSITIVE_BUT_UNCLASSIFIED
Although unclassified, requires strict controls over its distribution.static final Restriction
Restriction.SENSITIVE_BUT_UNCLASSIFIED
Although unclassified, requires strict controls over its distribution.static final Restriction
Restriction.STATUTORY
Prescribed by law.static final Classification
Classification.TOP_SECRET
Of the highest secrecy.static final Restriction
Restriction.TRADEMARK
A name, symbol, or other device identifying a product, officially registered and legally restricted to the use of the owner or manufacturer.static final Classification
Classification.UNCLASSIFIED
Available for general disclosure.static final Restriction
Restriction.UNRESTRICTED
No constraints exist.Modifier and TypeMethodDescriptiondefault Collection
<Restriction> LegalConstraints.getAccessConstraints()
Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource or metadata.default Collection
<? extends Responsibility> Releasability.getAddressees()
Parties to which the release statement applies.SecurityConstraints.getClassification()
Name of the handling restrictions on the resource.default InternationalString
SecurityConstraints.getClassificationSystem()
Name of the classification system.default Scope
Constraints.getConstraintApplicationScope()
Spatial and / or temporal extents and or levels of the application of the constraints restrictions.default Collection
<Restriction> Releasability.getDisseminationConstraints()
Components in determining releasability.default Collection
<? extends BrowseGraphic> Constraints.getGraphics()
Graphics / symbols indicating the constraint.default InternationalString
SecurityConstraints.getHandlingDescription()
Additional information about the restrictions on handling the resource.default Collection
<? extends InternationalString> LegalConstraints.getOtherConstraints()
Other restrictions and legal prerequisites for accessing and using the resource or metadata.default Collection
<? extends Citation> Constraints.getReferences()
Citations for the limitation of constraint.default Releasability
Constraints.getReleasability()
Information concerning the parties to whom the resource can or cannot be released.default Collection
<? extends Responsibility> Constraints.getResponsibleParties()
Parties responsible for the resource constraints.default InternationalString
Releasability.getStatement()
Release statement.default Collection
<Restriction> LegalConstraints.getUseConstraints()
Constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource or metadata.default Collection
<? extends InternationalString> Constraints.getUseLimitations()
Limitation affecting the fitness for use of the resource.default InternationalString
SecurityConstraints.getUserNote()
Explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource. -
Uses of UML in org.opengis.metadata.content
Modifier and TypeInterfaceDescriptioninterface
Information about content type for groups of attributes for a specificRangeDimension
.interface
Range of wavelengths in the electromagnetic spectrum.final class
Designation of criterion for defining maximum and minimum wavelengths for a spectral band.interface
Description of the content of a resource.final class
Specific type of information represented in the cell.interface
Information about the content of a grid data cell.interface
Information identifying the feature catalogue or the conceptual schema.interface
Information about the occurring feature type.interface
Information about an image's suitability for use.final class
Code which indicates conditions which may affect the image.final class
Polarization of the antenna relative to the waveform.interface
Information on the range of each dimension of a cell measurement value.interface
Description of specific range elements.interface
The characteristics of each dimension (layer) included in the resource.final class
Transform function to be used when scaling a physical value for a given element.Modifier and TypeFieldDescriptionstatic final CoverageContentType
CoverageContentType.AUXILLARY_INFORMATION
Data, usually a physical measurement, used to support the calculation of the primary physical measurement coverages in the dataset.static final ImagingCondition
ImagingCondition.BLURRED_IMAGE
Portion of the image is blurred.static final ImagingCondition
ImagingCondition.CLOUD
Portion of the image is partially obscured by cloud coverstatic final CoverageContentType
CoverageContentType.COORDINATE
Data used to provide coordinate axis values.static final ImagingCondition
ImagingCondition.DEGRADING_OBLIQUITY
Acute angle between the plane of the ecliptic (the plane of the planet's orbit) and the plane of the celestial equator.static final BandDefinition
BandDefinition.EQUIVALENT_WIDTH
Width of a band with full sensitivity or absorption at every wavelength that detects or absorbs the same amount of energy as the band described.static final TransferFunctionType
TransferFunctionType.EXPONENTIAL
Function used for transformation is exponential.static final BandDefinition
BandDefinition.FIFTY_PERCENT
Full spectral width of a spectral power density measured at 50% of its peak height.static final ImagingCondition
ImagingCondition.FOG
Portion of the image is partially obscured by fog.static final BandDefinition
BandDefinition.HALF_MAXIMUM
Width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak.static final ImagingCondition
ImagingCondition.HEAVY_SMOKE_OR_DUST
Portion of the image is partially obscured by heavy smoke or dust.static final PolarizationOrientation
PolarizationOrientation.HORIZONTAL
Polarization of the sensor oriented in the horizontal plane in relation to swath direction.static final CoverageContentType
CoverageContentType.IMAGE
Meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter.static final PolarizationOrientation
PolarizationOrientation.LEFT_CIRCULAR
Polarization of the sensor oriented in the left circular plane in relation to swath direction.static final TransferFunctionType
TransferFunctionType.LINEAR
Function used for transformation is first order polynomial.static final TransferFunctionType
TransferFunctionType.LOGARITHMIC
Function used for transformation is logarithmicstatic final CoverageContentType
CoverageContentType.MODEL_RESULT
Results with values that are calculated using a model rather than being observed or calculated from observations.static final ImagingCondition
ImagingCondition.NIGHT
Image was taken at night.static final BandDefinition
BandDefinition.ONE_OVER_E
Width of a distribution equal to the distance between the outer two points on the distribution having power level 1/e that of the peak.static final PolarizationOrientation
PolarizationOrientation.PHI
Polarization of the sensor oriented in the +90 ° and 0 ° perpendicular to swath direction.static final CoverageContentType
CoverageContentType.PHYSICAL_MEASUREMENT
Value in physical units of the quantity being measured.static final CoverageContentType
CoverageContentType.QUALITY_INFORMATION
Data used to characterize the quality of the physical measurement coverage in the dataset.static final ImagingCondition
ImagingCondition.RAIN
Image was taken during rainfall.static final CoverageContentType
CoverageContentType.REFERENCE_INFORMATION
Reference information use to support the calculation or use of physical measurement coverages in the dataset.static final PolarizationOrientation
PolarizationOrientation.RIGHT_CIRCULAR
Polarization of the sensor oriented in the right circular plane in relation to swath direction.static final ImagingCondition
ImagingCondition.SEMI_DARKNESS
Image was taken during semi-dark conditions or twilight conditions.static final ImagingCondition
ImagingCondition.SHADOW
Portion of the image is obscured by shadow.static final ImagingCondition
ImagingCondition.SNOW
Portion of the image is obscured by snow.static final ImagingCondition
ImagingCondition.TERRAIN_MASKING
The absence of collection data of a given point or area caused by the relative location of topographic features which obstruct the collection path between the collector(s) and the subject(s) of interest.static final CoverageContentType
CoverageContentType.THEMATIC_CLASSIFICATION
Code value with no quantitative meaning, used to represent a physical quantity.static final PolarizationOrientation
PolarizationOrientation.THETA
Polarization of the sensor oriented in the angle between +90 ° and 0 ° parallel to swath direction.static final BandDefinition
BandDefinition.THREE_DB
Width of a distribution equal to the distance between the outer two points on the distribution having power level half of that at the peak.static final PolarizationOrientation
PolarizationOrientation.VERTICAL
Polarization of the sensor oriented in the vertical plane in relation to swath direction.Modifier and TypeMethodDescriptionCoverageDescription.getAttributeDescription()
Description of the attribute described by the measurement value.default Collection
<? extends AttributeGroup> CoverageDescription.getAttributeGroups()
Information on attribute groups of the resource.default Collection
<? extends RangeDimension> AttributeGroup.getAttributes()
Information on an attribute of the resource.default BandDefinition
Band.getBandBoundaryDefinition()
Designation of criterion for defining maximum and minimum wavelengths for a spectral band.default Integer
SampleDimension.getBitsPerValue()
Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.default Double
Band.getBoundMax()
Longest wavelength that the sensor is capable of collecting within a designated band.default Double
Band.getBoundMin()
Shortest wavelength that the sensor is capable of collecting within a designated band.default javax.measure.Unit
<javax.measure.quantity.Length> Band.getBoundUnits()
Units in which sensor wavelengths are expressed.default Double
ImageDescription.getCloudCoverPercentage()
Area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.default Integer
ImageDescription.getCompressionGenerationQuantity()
Count of the number of lossy compression cycles performed on the image.default CoverageContentType
CoverageDescription.getContentType()
Deprecated.As of ISO 19115:2014, moved toAttributeGroup.getContentTypes()
.AttributeGroup.getContentTypes()
Types of information represented by the value(s).RangeElementDescription.getDefinition()
Description of a set of specific range elements.default InternationalString
RangeDimension.getDescription()
Description of the attribute.default InternationalString
RangeDimension.getDescriptor()
Deprecated.As of ISO 19115:2014, renamedRangeDimension.getDescription()
.default PolarizationOrientation
Band.getDetectedPolarization()
Polarization of the radiation detected.default Collection
<? extends RangeDimension> CoverageDescription.getDimensions()
Deprecated.As of ISO 19115:2014, moved toAttributeGroup.getAttributes()
.Collection
<? extends Citation> FeatureCatalogueDescription.getFeatureCatalogueCitations()
Complete bibliographic reference to one or more external feature catalogues.default Integer
FeatureTypeInfo.getFeatureInstanceCount()
Number of occurrence of feature instances for this feature types.default Collection
<? extends FeatureTypeInfo> FeatureCatalogueDescription.getFeatureTypeInfo()
Subset of feature types from cited feature catalogue occurring in resource and count of feature instances.FeatureTypeInfo.getFeatureTypeName()
Name of the feature type.default Double
ImageDescription.getIlluminationAzimuthAngle()
Illumination azimuth measured in degrees clockwise from true north at the time the image is taken.default Double
ImageDescription.getIlluminationElevationAngle()
Illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the planet's surface.default Identifier
ImageDescription.getImageQualityCode()
Code in producer’s codespace that specifies the image quality.default ImagingCondition
ImageDescription.getImagingCondition()
Conditions which affected the image.default Collection
<Locale> FeatureCatalogueDescription.getLanguages()
Deprecated.Replaced bygetLocalesAndCharsets().keySet()
.FeatureCatalogueDescription.getLocalesAndCharsets()
Language(s) and character set(s) used within the catalogue.default Double
SampleDimension.getMaxValue()
Maximum value of data values in each dimension included in the resource.default Double
SampleDimension.getMeanValue()
Mean value of data values in each dimension included in the resource.default Double
SampleDimension.getMinValue()
Minimum value of data values in each dimension included in the resource.RangeElementDescription.getName()
Designation associated with a set of range elements.default Collection
<? extends Identifier> RangeDimension.getNames()
Identifiers for each attribute included in the resource.default Double
SampleDimension.getNominalSpatialResolution()
Smallest distance between which separate points can be distinguished, as specified in instrument design.default Integer
SampleDimension.getNumberOfValues()
Number of values used in a thematic classification resource.default Double
SampleDimension.getOffset()
Physical value corresponding to a cell value of zero.default Record
SampleDimension.getOtherProperty()
Instance of other attribute type that defines attributes not explicitly included inCoverageContentType
.default RecordType
SampleDimension.getOtherPropertyType()
Type of other attribute description.default Double
Band.getPeakResponse()
Wavelength at which the response is the highest.default Identifier
CoverageDescription.getProcessingLevelCode()
Identifier for the level of processing that has been applied to the resource.default Collection
<? extends RangeElementDescription> CoverageDescription.getRangeElementDescriptions()
Provides the description of the specific range elements of a coverage.default Collection
<? extends RangeElementDescription> SampleDimension.getRangeElementDescriptions()
Provides the description and values of the specific range elements of a sample dimension.Collection
<? extends Record> RangeElementDescription.getRangeElements()
Specific range elements, i.e. range elements associated with a name and their definition.default Double
SampleDimension.getScaleFactor()
Scale factor which has been applied to the cell value.default MemberName
RangeDimension.getSequenceIdentifier()
Unique name or number that identifies attributes included in the coverage.default Double
SampleDimension.getStandardDeviation()
Standard deviation of data values in each dimension included in the resource.default Integer
Band.getToneGradation()
Number of discrete numerical values in the grid data.default TransferFunctionType
SampleDimension.getTransferFunctionType()
Type of transfer function to be used when scaling a physical value for a given element.default PolarizationOrientation
Band.getTransmittedPolarization()
Polarization of the radiation transmitted.default Boolean
ImageDescription.getTriangulationIndicator()
Indication of whether or not triangulation has been performed upon the image.default javax.measure.Unit
<?> SampleDimension.getUnits()
Units of data in each dimension included in the resource.default Boolean
ImageDescription.isCameraCalibrationInformationAvailable()
Indication of whether or not constants are available which allow for camera calibration corrections.default Boolean
FeatureCatalogueDescription.isCompliant()
Indication of whether or not the cited feature catalogue complies with ISO 19110.default Boolean
ImageDescription.isFilmDistortionInformationAvailable()
Indication of whether or not Calibration Reseau information is available.default boolean
FeatureCatalogueDescription.isIncludedWithDataset()
Indication of whether or not the feature catalogue is included with the resource.default Boolean
ImageDescription.isLensDistortionInformationAvailable()
Indication of whether or not lens aberration correction information is available.default Boolean
ImageDescription.isRadiometricCalibrationDataAvailable()
Indication of whether or not the radiometric calibration information for generating the radiometrically calibrated standard data product is available. -
Uses of UML in org.opengis.metadata.distribution
Modifier and TypeInterfaceDescriptioninterface
Description of a transfer data file.interface
Technical means and media by which a resource is obtained from the distributor.interface
Information about the distributor of and options for obtaining the resource.interface
Information about the distributor.interface
Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.interface
Information about the media on which the resource can be stored or distributed.final class
Method used to write to the medium.final class
Deprecated.This code list is not anymore part of ISO 19115:2014, sinceMediumName
has been replaced byCitation
.interface
Common ways in which the resource may be obtained or received, and related instructions and fee information.Modifier and TypeFieldDescriptionstatic final MediumName
MediumName.CARTRIDGE_3480
Deprecated.3480 cartridge tape drive.static final MediumName
MediumName.CARTRIDGE_3490
Deprecated.3490 cartridge tape drive.static final MediumName
MediumName.CARTRIDGE_3580
Deprecated.3580 cartridge tape drive.static final MediumName
MediumName.CARTRIDGE_TAPE_1_QUARTER_INCH
Deprecated.¼ inch magnetic tape.static final MediumName
MediumName.CARTRIDGE_TAPE_4mm
Deprecated.4 millimetre magnetic tape.static final MediumName
MediumName.CARTRIDGE_TAPE_8mm
Deprecated.8 millimetre magnetic tape.static final MediumName
MediumName.CD_ROM
Deprecated.Read-only optical disk.static final MediumFormat
MediumFormat.CPIO
CoPy In / Out (UNIX file format and command).static final MediumName
MediumName.DIGITAL_LINEAR_TAPE
Deprecated.Half inch cartridge streaming tape drive.static final MediumName
MediumName.DVD
Deprecated.Digital versatile disk.static final MediumName
MediumName.DVD_ROM
Deprecated.Digital versatile disk digital versatile disk, read only.static final MediumName
MediumName.FLOPPY_3_HALF_INCH
Deprecated.3½ inch magnetic disk.static final MediumName
MediumName.FLOPPY_5_QUARTER_INCH
Deprecated.5¼ inch magnetic disk.static final MediumName
MediumName.HARDCOPY
Deprecated.Pamphlet or leaflet giving descriptive information.static final MediumFormat
MediumFormat.HIGH_SIERRA
High Sierra file system.static final MediumFormat
MediumFormat.ISO_9660
Information processing - volume and file structure of CD-ROM.static final MediumFormat
MediumFormat.ISO_9660_APPLE_HFS
Hierarchical File System (Macintosh).static final MediumFormat
MediumFormat.ISO_9660_ROCK_RIDGE
Rock Ridge interchange protocol (UNIX).static final MediumName
MediumName.ON_LINE
Deprecated.Direct computer linkage.static final MediumName
MediumName.SATELLITE
Deprecated.Linkage through a satellite communication system.static final MediumName
MediumName.TAPE_7_TRACK
Deprecated.7 track magnetic tape.static final MediumName
MediumName.TAPE_9_TRACK
Deprecated.9 track magnetic tape.static final MediumFormat
MediumFormat.TAR
Tap ARchive.static final MediumName
MediumName.TELEPHONE_LINK
Deprecated.Communication through a telephone network.static final MediumFormat
MediumFormat.UDF
Universal Disk Format.Modifier and TypeMethodDescriptiondefault InternationalString
Format.getAmendmentNumber()
Amendment number of the format version.default Double
Medium.getDensity()
Density at which the data is recorded.default javax.measure.Unit
<?> Medium.getDensityUnits()
Units of measure for the recording density.default InternationalString
Distribution.getDescription()
Brief description of a set of distribution options.default Collection
<? extends Format> DigitalTransferOptions.getDistributionFormats()
Formats of distribution.Collection
<? extends Format> Distribution.getDistributionFormats()
Provides a description of the format of the data to be distributed.default Collection
<? extends StandardOrderProcess> Distributor.getDistributionOrderProcesses()
Provides information about how the resource may be obtained, and related instructions and fee information.Distributor.getDistributorContact()
Party from whom the resource may be obtained.Collection
<? extends Format> Distributor.getDistributorFormats()
Provides information about the format used by the distributor.default Collection
<? extends Distributor> Distribution.getDistributors()
Provides information about the distributor.default Collection
<? extends DigitalTransferOptions> Distributor.getDistributorTransferOptions()
Provides information about the technical means and media used by the distributor.default Collection
<? extends LocalName> DataFile.getFeatureTypes()
Provides the list of feature types concerned by the transfer data file.default InternationalString
StandardOrderProcess.getFees()
Fees and terms for retrieving the resource.default InternationalString
Format.getFileDecompressionTechnique()
Recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.DataFile.getFileDescription()
Text description of the data.default Format
DataFile.getFileFormat()
Deprecated.Removed in latest XSD schemas.DataFile.getFileName()
Name of the file that contains the data.DataFile.getFileType()
Format in which the data is encoded.default Collection
<? extends Distributor> Format.getFormatDistributors()
Provides information about the distributor's format.Format.getFormatSpecificationCitation()
Citation / URL of the specification format.default Identifier
Medium.getIdentifier()
Unique identifier for an instance of the medium.default Collection
<? extends Medium> Format.getMedia()
Media used by the format.default Collection
<MediumFormat> Medium.getMediumFormats()
Method used to write to the medium.default InternationalString
Medium.getMediumNote()
Description of other limitations or requirements for using the medium.default InternationalString
Format.getName()
Deprecated.As of ISO 19115:2014, replaced byFormat.getFormatSpecificationCitation().getAlternateTitles()
.default MediumName
Medium.getName()
Name of the medium on which the resource can be stored or distributed.default Collection
<? extends Medium> DigitalTransferOptions.getOffLines()
Information about offline media on which the resource can be obtained.default Collection
<? extends OnlineResource> DigitalTransferOptions.getOnLines()
Information about online sources from which the resource can be obtained.default InternationalString
StandardOrderProcess.getOrderingInstructions()
General instructions, terms and services provided by the distributor.default Record
StandardOrderProcess.getOrderOptions()
Request/purchase choices.default RecordType
StandardOrderProcess.getOrderOptionsType()
Description of the order options record.default Temporal
StandardOrderProcess.getPlannedAvailableDate()
Date and time when the dataset will be available.default InternationalString
Format.getSpecification()
Deprecated.As of ISO 19115:2014, replaced byFormat.getFormatSpecificationCitation().getTitle()
.default TemporalAmount
DigitalTransferOptions.getTransferFrequency()
Rate of occurrence of distribution.default Collection
<? extends DigitalTransferOptions> Distribution.getTransferOptions()
Provides information about technical means and media by which a resource is obtained from the distributor.default Double
DigitalTransferOptions.getTransferSize()
Estimated size of a unit in the specified transfer format, expressed in megabytes.default InternationalString
StandardOrderProcess.getTurnaround()
Typical turnaround time for the filling of an order.default InternationalString
DigitalTransferOptions.getUnitsOfDistribution()
Tiles, layers, geographic areas, etc., in which data is available.default InternationalString
Format.getVersion()
Deprecated.As of ISO 19115:2014, replaced byFormat.getFormatSpecificationCitation().getEdition()
.default Integer
Medium.getVolumes()
Number of items in the media identified. -
Uses of UML in org.opengis.metadata.extent
Modifier and TypeInterfaceDescriptioninterface
Enclosing geometric object which locates the resource.interface
Information about spatial, vertical, and temporal extent of the resource.interface
Geographic position of the resource.interface
Description of the geographic area using identifiers.interface
Base interface for geographic area of the resource.interface
Extent with respect to date/time and spatial boundaries.interface
Time period covered by the content of the resource.interface
Vertical domain of resource.Modifier and TypeMethodDescriptiondefault InternationalString
Extent.getDescription()
The spatial and temporal extent for the referring object.double
GeographicBoundingBox.getEastBoundLongitude()
The eastern-most coordinate of the limit of the resource extent.TemporalExtent.getExtent()
Period for the content of the resource.default Collection
<? extends GeographicExtent> Extent.getGeographicElements()
Provides geographic component of the extent of the referring object.GeographicDescription.getGeographicIdentifier()
The identifier used to represent a geographic area.default Boolean
GeographicExtent.getInclusion()
Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).VerticalExtent.getMaximumValue()
The highest vertical extent contained in the resource.VerticalExtent.getMinimumValue()
The lowest vertical extent contained in the resource.double
GeographicBoundingBox.getNorthBoundLatitude()
The northern-most coordinate of the limit of the resource extent.Collection
<? extends Geometry> BoundingPolygon.getPolygons()
The sets of points defining the bounding polygon or any other geometry (point, line).double
GeographicBoundingBox.getSouthBoundLatitude()
The southern-most coordinate of the limit of the resource extent.Collection
<? extends GeographicExtent> SpatialTemporalExtent.getSpatialExtent()
The spatial extent components of composite spatial and temporal extent.default Collection
<? extends TemporalExtent> Extent.getTemporalElements()
Provides temporal component of the extent of the referring object.VerticalExtent.getVerticalCRS()
Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured.default Collection
<? extends VerticalExtent> Extent.getVerticalElements()
Provides vertical component of the extent of the referring object.default VerticalExtent
SpatialTemporalExtent.getVerticalExtent()
The vertical extent component.double
GeographicBoundingBox.getWestBoundLongitude()
The western-most coordinate of the limit of the resource extent. -
Uses of UML in org.opengis.metadata.identification
Modifier and TypeInterfaceDescriptioninterface
Deprecated.As of ISO 19115:2014, replaced byAssociatedResource
.interface
Associated resource information.final class
Justification for the correlation of two datasets.interface
Graphic that provides an illustration of the dataset (including a legend for the graphic, if applicable).final class
Deprecated.As of ISO 19115:2014, replaced by a reference to the IANA Character Set register.interface
Links a given operation name (mandatory attribute ofOperationMetadata
) with a resource identified by an "identifier".final class
Class of information to which the referencing entity applies.interface
Information required to identify a resource.final class
Distributed computing platform (DCP) on which an operation has been implemented.interface
Basic information required to uniquely identify a resource or resources.final class
Type of aggregation activity in which datasets are relatedinterface
Specification of a class to categorize keywords in a domain-specific vocabulary that has a binding to a formal ontology.interface
Keywords, their type and reference source.final class
Methods used to group similar keywords.interface
Operation chain information.interface
Describes the signature of one and only one method provided by the service.final class
Status of the dataset or progress of a review.interface
A scale defined as the inverse of a denominator.interface
Level of detail expressed as a scale factor or a ground distance.interface
Identification of capabilities which a service provider makes available.final class
High-level geographic data thematic classification to assist in the grouping and search of available geographic data sets.interface
Brief description of ways in which the resource(s) is/are currently or has been used.Modifier and TypeFieldDescriptionstatic final Progress
Progress.ACCEPTED
Agreed to by sponsor.static final CharacterSet
CharacterSet.BIG_5
Deprecated.Traditional Chinese code set used in Taiwan, Hong Kong, and other areas.static final TopicCategory
TopicCategory.BIOTA
Flora and/or fauna in natural environment.static final TopicCategory
TopicCategory.BOUNDARIES
Legal land descriptions.static final InitiativeType
InitiativeType.CAMPAIGN
Series of organized planned actions.static final TopicCategory
TopicCategory.CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
Processes and phenomena of the atmosphere.static final InitiativeType
InitiativeType.COLLECTION
Accumulation of datasets assembled for a specific purpose.static final AssociationType
AssociationType.COLLECTIVE_TITLE
Common title for a collection of resources.static final DistributedComputingPlatform
DistributedComputingPlatform.COM
Component Object Model.static final Progress
Progress.COMPLETED
Production of the data has been completed.static final DistributedComputingPlatform
DistributedComputingPlatform.CORBA
Common Object Request Broker Architecture.static final AssociationType
AssociationType.CROSS_REFERENCE
Reference from one dataset to another.static final KeywordType
KeywordType.DATA_CENTRE
Keyword identifies a repository or archive that manages and distributes data.static final AssociationType
AssociationType.DEPENDENCY
Associated through a dependency.static final Progress
Progress.DEPRECATED
Resource superseded and will become obsolete, use only for historical purposes.static final TopicCategory
TopicCategory.DISASTER
Information related to disaster.static final KeywordType
KeywordType.DISCIPLINE
Keyword identifies a branch of instruction or specialized learning.static final CharacterSet
CharacterSet.EBCDIC
Deprecated.IBM mainframe code set.static final TopicCategory
TopicCategory.ECONOMY
Economic activities, conditions and employment.static final TopicCategory
TopicCategory.ELEVATION
Height above or below sea level.static final TopicCategory
TopicCategory.ENVIRONMENT
Environmental resources, protection and conservation.static final CharacterSet
CharacterSet.EUC_JP
Deprecated.Japanese code set used on UNIX based machines.static final CharacterSet
CharacterSet.EUC_KR
Deprecated.Korean code set.static final InitiativeType
InitiativeType.EXERCISE
Specific performance of a function or group of functions.static final InitiativeType
InitiativeType.EXPERIMENT
Process designed to find if something is effective or valid.static final TopicCategory
TopicCategory.EXTRA_TERRESTRIAL
Region more than 100 Km above the surface of the Earth.static final TopicCategory
TopicCategory.FARMING
Rearing of animals and/or cultivation of plants.static final KeywordType
KeywordType.FEATURE_TYPE
Keyword identifies a resource containing or about a collection of feature instance with common characteristics.static final Progress
Progress.FINAL
Progress concluded and no changes will be accepted.static final DistributedComputingPlatform
DistributedComputingPlatform.FTP
File Transfert Protocol.static final CharacterSet
CharacterSet.GB2312
Deprecated.Simplified Chinese code set.static final TopicCategory
TopicCategory.GEOSCIENTIFIC_INFORMATION
Information pertaining to earth sciences.static final TopicCategory
TopicCategory.HEALTH
Health, health services, human ecology, and safety.static final Progress
Progress.HISTORICAL_ARCHIVE
Data has been stored in an offline storage facilitystatic final DistributedComputingPlatform
DistributedComputingPlatform.HTTP
Extensible Markup Language.static final TopicCategory
TopicCategory.IMAGERY_BASE_MAPS_EARTH_COVER
Base maps.static final TopicCategory
TopicCategory.INLAND_WATERS
Inland water features, drainage systems and their characteristics.static final KeywordType
KeywordType.INSTRUMENT
Keyword identifies a device used to measure or compare physical properties.static final TopicCategory
TopicCategory.INTELLIGENCE_MILITARY
Military bases, structures, activities.static final InitiativeType
InitiativeType.INVESTIGATION
Search or systematic inquiry.static final AssociationType
AssociationType.IS_COMPOSED_OF
Reference to resources that are parts of this resource.static final CharacterSet
CharacterSet.ISO_8859_1
Deprecated.ISO/IEC 8859-1, Information technology. 8-bit single-byte coded graphic character sets - Part 1: Latin alphabet No. 1.static final CharacterSet
CharacterSet.ISO_8859_10
Deprecated.ISO/IEC 8859-10, Information technology. 8-bit single-byte coded graphic character sets - Part 10: Latin alphabet No. 6.static final CharacterSet
CharacterSet.ISO_8859_11
Deprecated.ISO/IEC 8859-11, Information technology. 8-bit single-byte coded graphic character sets - Part 11: Latin/Thai alphabet.static final CharacterSet
CharacterSet.ISO_8859_12
Deprecated.A future ISO/IEC 8-bit single-byte coded graphic character set.static final CharacterSet
CharacterSet.ISO_8859_13
Deprecated.ISO/IEC 8859-13, Information technology. 8-bit single-byte coded graphic character sets - Part 13: Latin alphabet No. 7.static final CharacterSet
CharacterSet.ISO_8859_14
Deprecated.ISO/IEC 8859-14, Information technology. 8-bit single-byte coded graphic character sets - Part 14: Latin alphabet No. 8 (Celtic).static final CharacterSet
CharacterSet.ISO_8859_15
Deprecated.ISO/IEC 8859-15, Information technology. 8-bit single-byte coded graphic character sets - Part 15: Latin alphabet No. 9.static final CharacterSet
CharacterSet.ISO_8859_16
Deprecated.ISO/IEC 8859-16, Information technology. 8-bit single-byte coded graphic character sets - Part 16: Latin alphabet No. 10.static final CharacterSet
CharacterSet.ISO_8859_2
Deprecated.ISO/IEC 8859-2, Information technology. 8-bit single-byte coded graphic character sets - Part 2: Latin alphabet No. 2.static final CharacterSet
CharacterSet.ISO_8859_3
Deprecated.ISO/IEC 8859-3, Information technology. 8-bit single-byte coded graphic character sets - Part 3: Latin alphabet No. 3.static final CharacterSet
CharacterSet.ISO_8859_4
Deprecated.ISO/IEC 8859-4, Information technology. 8-bit single-byte coded graphic character sets - Part 4: Latin alphabet No. 4.static final CharacterSet
CharacterSet.ISO_8859_5
Deprecated.ISO/IEC 8859-5, Information technology. 8-bit single-byte coded graphic character sets - Part 5: Latin/Cyrillic alphabet.static final CharacterSet
CharacterSet.ISO_8859_6
Deprecated.ISO/IEC 8859-6, Information technology. 8-bit single-byte coded graphic character sets - Part 6: Latin/Arabic alphabet.static final CharacterSet
CharacterSet.ISO_8859_7
Deprecated.ISO/IEC 8859-7, Information technology. 8-bit single-byte coded graphic character sets - Part 7: Latin/Greek alphabet.static final CharacterSet
CharacterSet.ISO_8859_8
Deprecated.ISO/IEC 8859-8, Information technology. 8-bit single-byte coded graphic character sets - Part 8: Latin/Hebrew alphabet.static final CharacterSet
CharacterSet.ISO_8859_9
Deprecated.ISO/IEC 8859-9, Information technology. 8-bit single-byte coded graphic character sets - Part 9: Latin alphabet No. 5.static final DistributedComputingPlatform
DistributedComputingPlatform.JAVA
Object - oriented programming language.static final CharacterSet
CharacterSet.JIS
Deprecated.Japanese code set used for electronic transmission.static final AssociationType
AssociationType.LARGER_WORK_CITATION
Reference to a master dataset of which this one is a part.static final TopicCategory
TopicCategory.LOCATION
Positional information and services.static final CouplingType
CouplingType.LOOSE
Service instance is loosely coupled with a data instance, which means noDataIdentification
class has to be described.static final InitiativeType
InitiativeType.MISSION
Specific operation of a data collection system.static final CouplingType
CouplingType.MIXED
Service instance is mixed coupled with a data instance, which meansDataIdentification
describes the associated data instance and additionally the service instance might work with other external data instances.static final Progress
Progress.NOT_ACCEPTED
Rejected by sponsor.static final Progress
Progress.OBSOLETE
Data is no longer relevant.static final TopicCategory
TopicCategory.OCEANS
Features and characteristics of salt water bodies (excluding inland waters).static final Progress
Progress.ON_GOING
Data is continually being updated.static final InitiativeType
InitiativeType.OPERATION
Action that is part of a series of actions.static final AssociationType
AssociationType.PART_OF_SEAMLESS_DATABASE
Part of same structured set of data held in a computer.static final Progress
Progress.PENDING
Committed to, but not yet addressed.static final KeywordType
KeywordType.PLACE
Keyword identifies a location.static final Progress
Progress.PLANNED
Fixed date has been established upon or by which the data will be created or updated.static final TopicCategory
TopicCategory.PLANNING_CADASTRE
Information used for appropriate actions for future use of the land.static final InitiativeType
InitiativeType.PLATFORM
Vehicle or other support base that holds a sensor.static final KeywordType
KeywordType.PLATFORM
Keyword identifies a structure upon which an instrument is mounted.static final InitiativeType
InitiativeType.PROCESS
Method of doing something involving a number of steps.static final KeywordType
KeywordType.PROCESS
Keyword identifies a series of actions or natural occurrences.static final KeywordType
KeywordType.PRODUCT
Keyword identifies a type of product.static final InitiativeType
InitiativeType.PROGRAM
Specific planned activity.static final InitiativeType
InitiativeType.PROJECT
Organized undertaking, research, or development.static final KeywordType
KeywordType.PROJECT
Keyword identify an endeavour undertaken to create or modify a product or service.static final Progress
Progress.PROPOSED
Suggested that development needs to be undertaken.static final Progress
Progress.REQUIRED
Data needs to be generated or updated.static final Progress
Progress.RETIRED
Item is no longer recommended for use.static final AssociationType
AssociationType.REVISION_OF
Resource is a revision of associated resource.static final InitiativeType
InitiativeType.SENSOR
Device or piece of equipment which detects or records.static final AssociationType
AssociationType.SERIES
Associated through a common heritage such as produced to a common product specification.static final KeywordType
KeywordType.SERVICE
Keyword identifies an activity carried out by one party for the benefit of another.static final CharacterSet
CharacterSet.SHIFT_JIS
Deprecated.Japanese code set used on MS-DOS based machines.static final DistributedComputingPlatform
DistributedComputingPlatform.SOAP
Simple Object Access Protocole.static final TopicCategory
TopicCategory.SOCIETY
Characteristics of society and cultures.static final AssociationType
AssociationType.SOURCE
Deprecated.Removed in ISO 19115:2014.static final DistributedComputingPlatform
DistributedComputingPlatform.SQL
Structured Query Language.static final AssociationType
AssociationType.STEREO_MATE
Part of a set of imagery that when used together, provides three-dimensional images.static final KeywordType
KeywordType.STRATUM
Keyword identifies the layer(s) of any deposited substance.static final TopicCategory
TopicCategory.STRUCTURE
Man-made construction.static final InitiativeType
InitiativeType.STUDY
Examination or investigation.static final KeywordType
KeywordType.SUB_TOPIC_CATEGORY
Refinement of a topic category for the purpose of geographic data classification.static final Progress
Progress.SUPERSEDED
Replaced by new.static final InitiativeType
InitiativeType.TASK
Piece of work.static final KeywordType
KeywordType.TAXON
Keyword identifies a taxonomy of the resource.static final KeywordType
KeywordType.TEMPORAL
Keyword identifies a time period related to the dataset.static final Progress
Progress.TENTATIVE
Provisional changes likely before resource becomes final of complete.static final KeywordType
KeywordType.THEME
Keyword identifies a particular subject or topic.static final CouplingType
CouplingType.TIGHT
Service instance is tightly coupled with a data instance, which meansDataIdentification
class MUST be described.static final TopicCategory
TopicCategory.TRANSPORTATION
Means and aids for conveying persons and/or goods.static final InitiativeType
InitiativeType.TRIAL
Process of testing to discover or demonstrate something.static final CharacterSet
CharacterSet.UCS_2
Deprecated.16-bit fixed size Universal Character Set, based on ISO/IEC 10646.static final CharacterSet
CharacterSet.UCS_4
Deprecated.32-bit fixed size Universal Character Set, based on ISO/IEC 10646.static final Progress
Progress.UNDER_DEVELOPMENT
Data is currently in the process of being created.static final CharacterSet
CharacterSet.US_ASCII
Deprecated.United States ASCII code set (ISO 646 US).static final CharacterSet
CharacterSet.UTF_16
Deprecated.16-bit variable size UCS Transfer Format, based on ISO/IEC 10646.static final CharacterSet
CharacterSet.UTF_7
Deprecated.7-bit variable size UCS Transfer Format, based on ISO/IEC 10646.static final CharacterSet
CharacterSet.UTF_8
Deprecated.8-bit variable size UCS Transfer Format, based on ISO/IEC 10646.static final TopicCategory
TopicCategory.UTILITIES_COMMUNICATION
Energy, water and waste systems and communications infrastructure and services.static final Progress
Progress.VALID
Acceptable under specific condition.static final DistributedComputingPlatform
DistributedComputingPlatform.WEB_SERVICES
Web Services.static final Progress
Progress.WITHDRAWN
Removed from consideration.static final DistributedComputingPlatform
DistributedComputingPlatform.XML
Extensible Markup Language.static final DistributedComputingPlatform
DistributedComputingPlatform.Z3950
ISO 23950.Modifier and TypeMethodDescriptionIdentification.getAbstract()
Brief narrative summary of the resource.default StandardOrderProcess
ServiceIdentification.getAccessProperties()
Information about the availability of the service.default Collection
<? extends Citation> Usage.getAdditionalDocumentation()
Publications that describe usage of data.default Collection
<? extends Citation> Identification.getAdditionalDocumentations()
Other documentation associated with the resource.AggregateInformation.getAggregateDataSetIdentifier()
Deprecated.As of ISO 19115:2014, replaced by an identifier ofAggregateInformation.getAggregateDataSetName()
.AggregateInformation.getAggregateDataSetName()
Deprecated.As of ISO 19115:2014, replaced byAssociatedResource.getName()
.default Collection
<? extends AggregateInformation> Identification.getAggregationInfo()
Deprecated.As of ISO 19115:2014, replaced byIdentification.getAssociatedResources()
.default Double
Resolution.getAngularDistance()
Angular sampling measure.default Collection
<? extends AssociatedResource> Identification.getAssociatedResources()
Associated resource information.AssociatedResource.getAssociationType()
Type of relation between the resources.default Collection
<CharacterSet> DataIdentification.getCharacterSets()
Deprecated.Replaced bygetLocalesAndCharsets().values()
.Identification.getCitation()
Citation for the resource.KeywordClass.getClassName()
A character string to label the keyword category in natural language.default URI
KeywordClass.getConceptIdentifier()
URI of concept in the ontology specified by the ontology citation and labeled by the class name.Collection
<? extends OnlineResource> OperationMetadata.getConnectPoints()
Handle for accessing the service interface.default Collection
<? extends OperationChainMetadata> ServiceIdentification.getContainsChain()
Provides information about the chain applied by the service.default Collection
<? extends OperationMetadata> ServiceIdentification.getContainsOperations()
Provides information about the operations that comprise the service.Collection
<? extends CoupledResource> ServiceIdentification.getCoupledResources()
Further description(s) of the data coupling in the case of tightly coupled services.ServiceIdentification.getCouplingType()
Type of coupling between service and associated data (if exist).default Collection
<String> Identification.getCredits()
Recognition of those who contributed to the resource.long
RepresentativeFraction.getDenominator()
The number below the line in a vulgar fraction.default List
<? extends OperationMetadata> OperationMetadata.getDependsOn()
List of operation that must be completed immediately before current operation is invoked.default InternationalString
OperationChainMetadata.getDescription()
A narrative explanation of the services in the chain and resulting output.default Collection
<? extends Keywords> Identification.getDescriptiveKeywords()
Category keywords, their type, and reference source.default Double
Resolution.getDistance()
Horizontal ground sample distance.OperationMetadata.getDistributedComputingPlatforms()
Distributed computing platforms (DCPs) on which the operation has been implemented.default InternationalString
DataIdentification.getEnvironmentDescription()
Description of the resource in the producer's processing environment, including items such as the software, the computer operating system, file name, and the dataset size.default RepresentativeFraction
Resolution.getEquivalentScale()
Level of detail expressed as the scale of a comparable hardcopy map or chart.Collection
<? extends Extent> Identification.getExtents()
Spatial and temporal extent of the resource.default InternationalString
BrowseGraphic.getFileDescription()
Text description of the illustration.BrowseGraphic.getFileName()
Name of the file that contains a graphic that provides an illustration of the resource.default String
BrowseGraphic.getFileType()
Format in which the illustration is encoded.default Collection
<? extends BrowseGraphic> Identification.getGraphicOverviews()
Graphic that illustrates the resource(s) (should include a legend for the graphic).default Collection
<? extends Citation> Usage.getIdentifiedIssues()
Citations of a description of known issues associated with the resource along with proposed solutions if available.default Collection
<? extends Constraints> BrowseGraphic.getImageConstraints()
Restriction on access and / or use of browse graphic.default InitiativeType
AssociatedResource.getInitiativeType()
Type of initiative under which the associated resource was produced.default InternationalString
OperationMetadata.getInvocationName()
The name used to invoke this interface within the context of the DCP.default KeywordClass
Keywords.getKeywordClass()
User-defined categorization of groups of keywords that extend or are orthogonal to the standardized keyword type codes.Collection
<? extends InternationalString> Keywords.getKeywords()
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.default Collection
<Locale> DataIdentification.getLanguages()
Deprecated.Replaced bygetLocalesAndCharsets().keySet()
.default InternationalString
Resolution.getLevelOfDetail()
Brief textual description of the spatial resolution of the resource.default Collection
<? extends OnlineResource> BrowseGraphic.getLinkages()
Links to browse graphic.DataIdentification.getLocalesAndCharsets()
Language(s) and character set(s) used within the resource.default Citation
AssociatedResource.getMetadataReference()
Reference to the metadata of the associated resource.AssociatedResource.getName()
Citation information about the associated resource.OperationChainMetadata.getName()
The name as used by the service for this chain.KeywordClass.getOntology()
A reference that binds the keyword class to a formal conceptualization of a knowledge domain for use in semantic processing.default Collection
<? extends Citation> ServiceIdentification.getOperatedDatasets()
Provides reference(s) to the resources on which the service operates.default Collection
<? extends DataIdentification> ServiceIdentification.getOperatesOn()
Provides information on the resources that the service operates on.default OperationMetadata
CoupledResource.getOperation()
The service operation.default InternationalString
OperationMetadata.getOperationDescription()
Free text description of the intent of the operation and the results of the operation.OperationMetadata.getOperationName()
An unique identifier for this interface.List
<? extends OperationMetadata> OperationChainMetadata.getOperations()
Ordered information about the operations applied by the chain.default Collection
<? extends ParameterDescriptor<?>> OperationMetadata.getParameters()
The parameters that are required for this interface.default Collection
<? extends ResponsibleParty> Identification.getPointOfContacts()
Identification of, and means of communication with, person(s) and organisations associated with the resource(s).default Identifier
Identification.getProcessingLevel()
Code that identifies the level of processing in the producers coding system of a resource.default Collection
<? extends Citation> ServiceIdentification.getProfiles()
Profile(s) to which the service adheres.default InternationalString
Identification.getPurpose()
Summary of the intentions with which the resource was developed.default Collection
<? extends Constraints> Identification.getResourceConstraints()
Information about constraints which apply to the resource(s).default Collection
<? extends Format> Identification.getResourceFormats()
Description of the format of the resource(s).default Collection
<? extends MaintenanceInformation> Identification.getResourceMaintenances()
Information about the frequency of resource updates, and the scope of those updates.default Collection
<? extends Citation> CoupledResource.getResourceReferences()
References to the resource on which the services operates.default Collection
<? extends DataIdentification> CoupledResource.getResources()
The tightly coupled resources.default Collection
<? extends Usage> Identification.getResourceSpecificUsages()
Basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.default Collection
<? extends InternationalString> Usage.getResponses()
Responses to the user-determined limitations.default ScopedName
CoupledResource.getScopedName()
Scoped identifier of the resource in the context of the given service instance.default Collection
<? extends Citation> ServiceIdentification.getServiceStandards()
Standard(s) to which the service adheres.ServiceIdentification.getServiceType()
A service type name.default Collection
<String> ServiceIdentification.getServiceTypeVersions()
The version(s) of the service.default Collection
<SpatialRepresentationType> Identification.getSpatialRepresentationTypes()
Methods used to spatially represent geographic information.default Collection
<? extends Resolution> Identification.getSpatialResolutions()
Factor which provides a general understanding of the density of spatial data in the resource.Usage.getSpecificUsage()
Brief description of the resource and/or resource series usage.default Collection
<Progress> Identification.getStatus()
Status of the resource.default InternationalString
DataIdentification.getSupplementalInformation()
Any other descriptive information about the resource.default Collection
<? extends TemporalAmount> Identification.getTemporalResolutions()
Smallest resolvable temporal period in a resource.default Citation
Keywords.getThesaurusName()
Name of the formally registered thesaurus or a similar authoritative source of keywords.Identification.getTopicCategories()
Main theme(s) of the resource.default KeywordType
Keywords.getType()
Subject matter used to group similar keywords.default Collection
<? extends TemporalPrimitive> Usage.getUsageDates()
Date and time of the first use or range of uses of the resource and/or resource series.default Collection
<? extends ResponsibleParty> Usage.getUserContactInfo()
Identification of and means of communicating with person(s) and organization(s) using the resource(s).default InternationalString
Usage.getUserDeterminedLimitations()
Applications, determined by the user for which the resource and/or resource series is not suitable.default Double
Resolution.getVertical()
Vertical sampling distance. -
Uses of UML in org.opengis.metadata.lineage
Modifier and TypeInterfaceDescriptioninterface
Details of the methodology by which geographic information was derived from the instrument readings.interface
Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.interface
Distance between consistent parts of (centre, left side, right side) adjacent pixels.interface
Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.interface
Information about an event or transformation in the life of resource.interface
Report of what occurred during the process step.interface
Information about the resource used in creating the resource specified by the scope.Modifier and TypeMethodDescriptiondefault Collection
<? extends Citation> Lineage.getAdditionalDocumentation()
Additional documentation.default Collection
<? extends Algorithm> Processing.getAlgorithms()
Details of the methodology by which geographic information was derived from the instrument readings.Algorithm.getCitation()
Information identifying the algorithm and version or date.default Date
ProcessStep.getDate()
Deprecated.Replaced byProcessStep.getStepDateTime()
as of ISO 19115:2014.Algorithm.getDescription()
Information describing the algorithm used to generate the data.ProcessStep.getDescription()
Description of the event, including related parameters or tolerances.default InternationalString
ProcessStepReport.getDescription()
Textual description of what occurred during the process step.Source.getDescription()
Detailed description of the level of the source data.default Collection
<? extends Citation> Processing.getDocumentations()
Reference to documentation describing the processing.default InternationalString
ProcessStepReport.getFileType()
Type of file that contains the processing report.default Double
NominalResolution.getGroundResolution()
Distance between consistent parts of (centre, left side, right side) adjacent pixels in the object space.Processing.getIdentifier()
Information to identify the processing package that produced the data.ProcessStepReport.getName()
Name of the processing report.default Collection
<? extends Source> ProcessStep.getOutputs()
Description of the product generated as a result of the process step.default InternationalString
Processing.getProcedureDescription()
Additional details about the processing procedures.default Identifier
Source.getProcessedLevel()
Processing level of the source data.default Processing
ProcessStep.getProcessingInformation()
Comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment.default Collection
<? extends ResponsibleParty> ProcessStep.getProcessors()
Identification of, and means of communication with, person(s) and organization(s) associated with the process step.Collection
<? extends ProcessStep> Lineage.getProcessSteps()
Information about events in the life of a resource specified by the scope.default InternationalString
ProcessStep.getRationale()
Requirement or purpose for the process step.default Collection
<? extends Citation> ProcessStep.getReferences()
Process step documentation.default Collection
<? extends ProcessStepReport> ProcessStep.getReports()
Report generated by the process step.default NominalResolution
Source.getResolution()
Distance between consistent parts (centre, left side, right side) of two adjacent pixels.default InternationalString
Processing.getRunTimeParameters()
Parameters to control the processing operations, entered at run time.default RepresentativeFraction
Source.getScaleDenominator()
Deprecated.As of ISO 19115:2014, moved toResolution.getEquivalentScale()
.default Double
NominalResolution.getScanningResolution()
Distance between consistent parts of (centre, left side, right side) adjacent pixels in the scan plane.default Scope
Lineage.getScope()
Type of resource and / or extent to which the lineage information applies.default Scope
ProcessStep.getScope()
Type of resource and / or extent to which the process step applies.Source.getScope()
Type and / or extent of the source.default Collection
<? extends Citation> Processing.getSoftwareReferences()
Reference to document describing processing software.default Citation
Source.getSourceCitation()
Recommended reference to be used for the source data.default Collection
<? extends Extent> Source.getSourceExtents()
Deprecated.As of ISO 19115:2014, moved toScope.getExtents()
.default Collection
<? extends Citation> Source.getSourceMetadata()
References to metadata for the source.default ReferenceSystem
Source.getSourceReferenceSystem()
Spatial reference system used by the source data.Collection
<? extends Source> Lineage.getSources()
Information about the source data used in creating the data specified by the scope.default Collection
<? extends Source> ProcessStep.getSources()
Information about the source data used in creating the data specified by the scope.default Resolution
Source.getSourceSpatialResolution()
Spatial resolution expressed as a scale factor, an angle or a level of detail.default Collection
<? extends ProcessStep> Source.getSourceSteps()
Information about process steps in which this source was used.Lineage.getStatement()
General explanation of the data producer's knowledge about the lineage of a dataset.default TemporalPrimitive
ProcessStep.getStepDateTime()
Date and time or range of date and time on or over which the process step occurred. -
Uses of UML in org.opengis.metadata.maintenance
Modifier and TypeClassDescriptionfinal class
Frequency with which modifications and deletions are made to the data after it is first produced.interface
Information about the scope and frequency of updating.interface
The target resource and physical extent for which information is reported.final class
Class of information to which the referencing entity applies.interface
Description of the class of information covered by the information.Modifier and TypeFieldDescriptionstatic final ScopeCode
ScopeCode.AGGREGATE
Information applies to an aggregate resource.static final MaintenanceFrequency
MaintenanceFrequency.ANNUALLY
Data is updated every year.static final ScopeCode
ScopeCode.APPLICATION
Information resource hosted on a specific set of hardware and accessible over network.static final MaintenanceFrequency
MaintenanceFrequency.AS_NEEDED
Data is updated as deemed necessary.static final ScopeCode
ScopeCode.ATTRIBUTE
Information applies to the attribute value.static final ScopeCode
ScopeCode.ATTRIBUTE_TYPE
Information applies to the characteristic of a feature.static final MaintenanceFrequency
MaintenanceFrequency.BIANNUALLY
Data is updated twice each year.static final MaintenanceFrequency
MaintenanceFrequency.BIENNIALLY
Resource is updated every 2 years.static final ScopeCode
ScopeCode.COLLECTION
Information applies to an unstructured set.static final ScopeCode
ScopeCode.COLLECTION_HARDWARE
Information applies to the collection hardware class.static final ScopeCode
ScopeCode.COLLECTION_SESSION
Information applies to the collection session.static final MaintenanceFrequency
MaintenanceFrequency.CONTINUAL
Data is repeatedly and frequently updated.static final ScopeCode
ScopeCode.COVERAGE
Information applies to a coverage.static final MaintenanceFrequency
MaintenanceFrequency.DAILY
Data is updated each day.static final ScopeCode
ScopeCode.DATASET
Information applies to a consistent spatial data product that can be provided by a data distributor.static final ScopeCode
ScopeCode.DIMENSION_GROUP
Information applies to a dimension group.static final ScopeCode
ScopeCode.DOCUMENT
Information applies to a document.static final ScopeCode
ScopeCode.FEATURE
Information applies to spatial constructs (features) that have a direct correspondence with a real world object.static final ScopeCode
ScopeCode.FEATURE_TYPE
Information applies to a group of spatial primitives (geometric objects) that have a common type.static final ScopeCode
ScopeCode.FIELD_SESSION
Information applies to a field session.static final MaintenanceFrequency
MaintenanceFrequency.FORTNIGHTLY
Data is updated every two weeks.static final ScopeCode
ScopeCode.INITIATIVE
Information applies to an initiative.static final MaintenanceFrequency
MaintenanceFrequency.IRREGULAR
Data is updated in intervals that are uneven in duration.static final ScopeCode
ScopeCode.METADATA
Information applies to metadata.static final ScopeCode
ScopeCode.MODEL
Information applies to a copy or imitation of an existing or hypothetical object.static final MaintenanceFrequency
MaintenanceFrequency.MONTHLY
Data is updated each month.static final ScopeCode
ScopeCode.NON_GEOGRAPHIC_DATASET
Information applies to non-geographic data.static final MaintenanceFrequency
MaintenanceFrequency.NOT_PLANNED
There are no plans to update the data.static final MaintenanceFrequency
MaintenanceFrequency.PERIODIC
Resource is updated at regular intervals.static final ScopeCode
ScopeCode.PRODUCT
Metadata describing an ISO 19131 data product specification.static final ScopeCode
ScopeCode.PROPERTY_TYPE
Information applies to a property type.static final MaintenanceFrequency
MaintenanceFrequency.QUARTERLY
Data is updated every three months.static final ScopeCode
ScopeCode.REPOSITORY
Information applies to a repository.static final ScopeCode
ScopeCode.SAMPLE
Information applies to a sample.static final MaintenanceFrequency
MaintenanceFrequency.SEMIMONTHLY
Resource updated twice a monthly.static final ScopeCode
ScopeCode.SERIES
Information applies to a collection of spatial data which share similar characteristics of theme, source date, resolution, and methodology.static final ScopeCode
ScopeCode.SERVICE
Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case.static final ScopeCode
ScopeCode.SOFTWARE
Information applies to a computer program or routine.static final ScopeCode
ScopeCode.TILE
Information applies to a tile, a spatial subset of geographic data.static final MaintenanceFrequency
MaintenanceFrequency.UNKNOWN
Frequency of maintenance for the data is not known.static final MaintenanceFrequency
MaintenanceFrequency.WEEKLY
Data is updated on a weekly basis.Modifier and TypeMethodDescriptiondefault Set
<? extends AttributeType> ScopeDescription.getAttributeInstances()
Attribute instances to which the information applies.default Set
<? extends AttributeType> ScopeDescription.getAttributes()
Attribute types to which the information applies.default Collection
<? extends ResponsibleParty> MaintenanceInformation.getContacts()
Identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the resource.default String
ScopeDescription.getDataset()
Dataset to which the information applies.default Date
MaintenanceInformation.getDateOfNextUpdate()
Deprecated.As of ISO 19115:2014, replaced byMaintenanceInformation.getMaintenanceDates()
in order to enable inclusion of aDateType
to describe the type of the date.default Collection
<? extends Extent> Scope.getExtents()
Information about the spatial, vertical and temporal extents of the resource specified by the scope.default Set
<? extends FeatureType> ScopeDescription.getFeatureInstances()
Feature instances to which the information applies.default Set
<? extends FeatureType> ScopeDescription.getFeatures()
Feature types to which the information applies.Scope.getLevel()
Hierarchical level of the data specified by the scope.default Collection
<? extends ScopeDescription> Scope.getLevelDescription()
Detailed description about the level of the data specified by the scope.default MaintenanceFrequency
MaintenanceInformation.getMaintenanceAndUpdateFrequency()
Frequency with which changes and additions are made to the resource after the initial resource is completed.default Collection
<? extends CitationDate> MaintenanceInformation.getMaintenanceDates()
Date information associated with maintenance of resource.default Collection
<? extends InternationalString> MaintenanceInformation.getMaintenanceNotes()
Information regarding specific requirements for maintaining the resource.default Collection
<? extends Scope> MaintenanceInformation.getMaintenanceScopes()
Type of resource and / or extent to which the maintenance information applies.default String
ScopeDescription.getOther()
Class of information that does not fall into the other categories to which the information applies.default Collection
<? extends ScopeDescription> MaintenanceInformation.getUpdateScopeDescriptions()
Deprecated.As of ISO 19115:2014,MaintenanceInformation.getUpdateScopes()
andgetUpdateScopeDescriptions()
were combined intoMaintenanceInformation.getMaintenanceScopes()
in order to allow specifying a scope that includes a spatial and temporal extent.default Collection
<ScopeCode> MaintenanceInformation.getUpdateScopes()
Deprecated.As of ISO 19115:2014,getUpdateScopes()
andMaintenanceInformation.getUpdateScopeDescriptions()
were combined intoMaintenanceInformation.getMaintenanceScopes()
in order to allow specifying a scope that includes a spatial and temporal extent.default PeriodDuration
MaintenanceInformation.getUserDefinedMaintenanceFrequency()
Maintenance period other than those defined. -
Uses of UML in org.opengis.metadata.quality
Modifier and TypeInterfaceDescriptioninterface
Closeness of reported coordinate values to values accepted as being true.interface
Correctness of the temporal references of an item (reporting of error in time measurement).interface
Aggregation or derivation evaluation method.interface
Data quality basic measure.interface
Presence and absence of features, their attributes and their relationships.interface
Excess data present in the data set.interface
Data absent from the data set.interface
Adherence to rules of the conceptual schema.interface
Trustworthiness of a data quality result.interface
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.interface
Result of a data quality measure organizing the measured values as a coverage.interface
Data evaluation method.interface
Quality information for the data specified by a data quality scope.interface
Data quality measure description.interface
Data quality descriptive result.interface
Adherence of values to the value domains.interface
Aspect of quantitative quality information.interface
Description of the evaluation method and procedure applied.final class
Type of method for evaluating an identified data quality measure.interface
Degree to which data are stored in accordance with the physical structure of the data set.interface
Test of every item in the population specified by the data quality scope.interface
Closeness of gridded data position values to values accepted as or being true.interface
Expected or tested uniformity of the results obtained for a data quality evaluation.interface
Test based on external knowledge or experience of the data product.interface
Degree of adherence to logical rules of data structure, attribution and relationships.interface
Data quality measure.interface
Identifier of a measure fully described elsewhere.interface
Information about the reliability of data quality results.interface
Deprecated.RenamedNonQuantitativeAttributeCorrectness
.interface
Correctness of non-quantitative attributes.interface
Accuracy of the position of features.interface
Accuracy of quantitative attributes.interface
The values or information about the value(s) (or set of values) obtained from applying a data quality measure.interface
Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.interface
Degree to which the sample used has produced a result which is representation of the data.interface
Base interface of more specific result classes.interface
Test performed on a subset of the geographic data defined by the data quality scope.interface
Description of the data specified by the scope.interface
Reference to the source of the data quality measure.interface
Reference to an external standalone quality report.interface
Deprecated.RenamedTemporalQuality
.interface
Correctness of ordered events or sequences, if reported.interface
Accuracy of the temporal attributes and temporal relationships of features.interface
Validity of data specified by the scope with respect to time.interface
Accuracy and correctness of attributes and classification of features.interface
Comparison of the classes assigned to features or their attributes to a universe of discourse.interface
Correctness of the explicitly encoded topological characteristics of the data set.interface
Deprecated.Removed from latest ISO 19157 standard.final class
Structure for reporting a complex data quality result.Modifier and TypeFieldDescriptionstatic final ValueStructure
ValueStructure.BAG
Finite, unordered collection of related items that may be repeated.static final ValueStructure
ValueStructure.COVERAGE
Feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain.static final EvaluationMethodType
EvaluationMethodType.DIRECT_EXTERNAL
Method of evaluating the quality of a data set based on inspection of items within the data set, where reference data external to the data set being evaluated is required.static final EvaluationMethodType
EvaluationMethodType.DIRECT_INTERNAL
Method of evaluating the quality of a data set based on inspection of items within the data set, where all data required is internal to the data set being evaluated.static final EvaluationMethodType
EvaluationMethodType.INDIRECT
Method of evaluating the quality of a data set based on external knowledge.static final ValueStructure
ValueStructure.MATRIX
Rectangular array of numbers.static final ValueStructure
ValueStructure.SEQUENCE
Finite, ordered collection of related items that may be repeated.static final ValueStructure
ValueStructure.SET
Unordered collection of related items with no repetition.static final ValueStructure
ValueStructure.TABLE
An arrangement of data in which each item may be identified by means of arguments or keys.Modifier and TypeMethodDescriptionStandaloneQualityReportInformation.getAbstract()
Abstract for the associated standalone quality report.default Collection
<? extends InternationalString> Measure.getAliases()
Other recognized names, abbreviations or short names for the same data quality measure.default BasicMeasure
Measure.getBasicMeasure()
Predefined basic measure on which this measure is based.SourceReference.getCitation()
References to the source.default Collection
<? extends Date> Element.getDates()
Deprecated.Replaced byEvaluationMethod.getDates()
.default Collection
<? extends Temporal> EvaluationMethod.getDates()
Date or range of dates on which a data quality measure was applied.default Temporal
Result.getDateTime()
Date when the result was generated.IndirectEvaluation.getDeductiveSource()
Information on which data are used as sources in deductive evaluation method.BasicMeasure.getDefinition()
Definition of the data quality basic measure.Measure.getDefinition()
Definition of the fundamental concept for the data quality measure.default Collection
<? extends Element> Element.getDerivedElements()
In case of aggregation or derivation, indicates the original elements.Collection
<? extends Element> Metaquality.getDerivedElements()
Derived element (mandatory).Measure.getDescription()
Description of the data quality measure.Collection
<? extends TypeName> Measure.getElementNames()
Names of the data quality element to which a measure applies.default InternationalString
QuantitativeResult.getErrorStatistic()
Deprecated.Removed from ISO 19157:2013.default EvaluationMethod
Element.getEvaluationMethod()
Evaluation information.default InternationalString
Element.getEvaluationMethodDescription()
Deprecated.Replaced byEvaluationMethod.getEvaluationMethodDescription()
.default InternationalString
EvaluationMethod.getEvaluationMethodDescription()
Description of the evaluation method.default EvaluationMethodType
Element.getEvaluationMethodType()
Deprecated.Replaced byEvaluationMethod.getEvaluationMethodType()
.default EvaluationMethodType
EvaluationMethod.getEvaluationMethodType()
Type of method used to evaluate quality of the data.default Citation
Element.getEvaluationProcedure()
Deprecated.Replaced byEvaluationMethod.getEvaluationProcedure()
.default Citation
EvaluationMethod.getEvaluationProcedure()
Reference to the procedure information.default Description
BasicMeasure.getExample()
Illustration of the use of a data quality measure.default Collection
<? extends Description> Measure.getExamples()
Illustrations of the use of a data quality measure.default InternationalString
ConformanceResult.getExplanation()
Explanation of the meaning of conformance for this result.default BrowseGraphic
Description.getExtendedDescription()
Illustration.default Extent
Scope.getExtent()
Deprecated.As of ISO 19115:2014, replaced byScope.getExtents()
.Scope.getLevel()
Hierarchical level of the data specified by the scope.Collection
<? extends ScopeDescription> Scope.getLevelDescription()
Detailed description about the level of the data specified by the scope.default Lineage
DataQuality.getLineage()
Deprecated.Removed from ISO 19157:2013.SampleBasedInspection.getLotDescription()
Information of how lots are defined.default InternationalString
Element.getMeasureDescription()
Deprecated.Replaced byMeasureReference.getMeasureDescription()
.default InternationalString
MeasureReference.getMeasureDescription()
Description of the measure.default Identifier
Element.getMeasureIdentification()
Deprecated.Replaced byMeasureReference.getMeasureIdentification()
.default Identifier
MeasureReference.getMeasureIdentification()
Identifier of the measure, value uniquely identifying the measure within a namespace.Measure.getMeasureIdentifier()
Value uniquely identifying the measure within a namespace.default MeasureReference
Element.getMeasureReference()
Identifier of a measure fully described elsewhere.BasicMeasure.getName()
Name of the data quality basic measure applied to the data.Measure.getName()
Name of the data quality measure applied to the data.default Collection
<? extends InternationalString> Element.getNamesOfMeasure()
Deprecated.Replaced byMeasureReference.getNamesOfMeasure()
.default Collection
<? extends InternationalString> MeasureReference.getNamesOfMeasure()
Name(s) of the test applied to the data.default Collection
<? extends ParameterDescriptor<?>> Measure.getParameters()
Auxiliary variable(s) used by the data quality measure.default Collection
<? extends Citation> EvaluationMethod.getReferenceDocuments()
Information on documents which are referenced in developing and applying a data quality evaluation method.StandaloneQualityReportInformation.getReportReference()
Reference to the associated standalone quality report.Collection
<? extends Element> DataQuality.getReports()
Quality information for the data specified by the scope.default Collection
<? extends RangeDimension> CoverageResult.getResultContent()
Provides the description of the content of the result coverage.default CoverageDescription
CoverageResult.getResultContentDescription()
Deprecated.Replaced byCoverageResult.getResultContent()
.default DataFile
CoverageResult.getResultFile()
Provides information about the data file containing the result coverage data.default Format
CoverageResult.getResultFormat()
Provides information about the format of the result coverage data.Collection
<? extends Result> Element.getResults()
Value (or set of values) obtained from applying a data quality measure.default Scope
Result.getResultScope()
Scope of the result.CoverageResult.getResultSpatialRepresentation()
Provides the digital representation of data quality measures composing the coverage result.SampleBasedInspection.getSamplingRatio()
Information on how many samples on average are extracted for inspection from each lot of population.SampleBasedInspection.getSamplingScheme()
Information of the type of sampling scheme and description of the sampling procedure.DataQuality.getScope()
The specific data to which the data quality information applies.default Collection
<? extends SourceReference> Measure.getSourceReferences()
References to the source of an item that has been adopted from an external source.CoverageResult.getSpatialRepresentationType()
Method used to spatially represent the coverage result.ConformanceResult.getSpecification()
Citation of data product specification or user requirement against which data are being evaluated.DataQuality.getStandaloneQualityReport()
Reference to an external standalone quality report.default InternationalString
Element.getStandaloneQualityReportDetails()
Clause in the standalone quality report where this data quality element is described.DescriptiveResult.getStatement()
Textual expression of the descriptive result.Description.getTextDescription()
Text description.Collection
<? extends Record> QuantitativeResult.getValues()
Quantitative value or values, content determined by the evaluation procedure used.default ValueStructure
Measure.getValueStructure()
Structure for reporting a complex data quality result.BasicMeasure.getValueType()
Value type for the result of the basic measure.Measure.getValueType()
Value type for reporting a data quality result.default RecordType
QuantitativeResult.getValueType()
Value type for reporting a data quality result.default javax.measure.Unit
<?> QuantitativeResult.getValueUnit()
Value unit for reporting a data quality result.ConformanceResult.pass()
Indication of the conformance result. -
Uses of UML in org.opengis.metadata.spatial
Modifier and TypeClassDescriptionfinal class
Code indicating whether grid data is point or area.interface
Axis properties.final class
Name of the dimension.interface
Information on ground control point.interface
Information about a control point collection.interface
Information used to determine geographic location corresponding to image location.interface
Number of objects, listed by geometric object type, used in the dataset.final class
Name of point and vector spatial objects used to locate zero-, one-, and two-dimensional spatial locations in the dataset.interface
Grid whose cells are regularly spaced in a geographic or projected coordinate reference system.interface
Grid with cells irregularly spaced in any given geographic/projected coordinate reference system.interface
Basic information required to uniquely identify a resource or resources.final class
Point in a pixel corresponding to the Earth location of the pixel.interface
Digital mechanism used to represent spatial information.final class
Method used to represent geographic information in the dataset.final class
Degree of complexity of the spatial relationships.interface
Information about the vector spatial objects in the dataset.Modifier and TypeFieldDescriptionstatic final TopologyLevel
TopologyLevel.ABSTRACT
Topological complex without any specified geometric realization.static final CellGeometry
CellGeometry.AREA
Each cell represents an area.static final PixelOrientation
PixelOrientation.CENTER
Point in a pixel corresponding to the Earth location of the pixel.static final DimensionNameType
DimensionNameType.COLUMN
Abscissa (x) axis.static final GeometricObjectType
GeometricObjectType.COMPLEX
Set of geometric primitives such that their boundaries can be represented as a union of other primitives.static final GeometricObjectType
GeometricObjectType.COMPOSITE
Connected set of curves, solids or surfaces.static final DimensionNameType
DimensionNameType.CROSS_TRACK
Perpendicular to the direction of motion of the scan point.static final GeometricObjectType
GeometricObjectType.CURVE
Bounded, 1-dimensional geometric primitive, representing the continuous image of a line.static final TopologyLevel
TopologyLevel.FULL_PLANAR_GRAPH
2-dimensional topological complex which is planar.static final TopologyLevel
TopologyLevel.FULL_SURFACE_GRAPH
2-dimensional topological complex which is isomorphic to a subset of a surface.static final TopologyLevel
TopologyLevel.FULL_TOPOLOGY_3D
Complete coverage of a 3D coordinate space.static final TopologyLevel
TopologyLevel.GEOMETRY_ONLY
Geometry objects without any additional structure which describes topology.static final SpatialRepresentationType
SpatialRepresentationType.GRID
Grid data is used to represent geographic data.static final DimensionNameType
DimensionNameType.LINE
Scan line of a sensor.static final PixelOrientation
PixelOrientation.LOWER_LEFT
The corner in the pixel closest to the origin of the SRS.static final PixelOrientation
PixelOrientation.LOWER_RIGHT
Next corner counterclockwise from the lower left.static final TopologyLevel
TopologyLevel.PLANAR_GRAPH
1-dimensional topological complex which is planar.static final CellGeometry
CellGeometry.POINT
Each cell represents a point.static final GeometricObjectType
GeometricObjectType.POINT
Zero-dimensional geometric primitive, representing a position but not having an extent.static final DimensionNameType
DimensionNameType.ROW
Coordinate (y) axis.static final DimensionNameType
DimensionNameType.SAMPLE
Element along a scan line.static final GeometricObjectType
GeometricObjectType.SOLID
Bounded, connected 3-dimensional geometric primitive, representing the continuous image of a region of space.static final SpatialRepresentationType
SpatialRepresentationType.STEREO_MODEL
Three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images.static final CellGeometry
CellGeometry.STRATUM
Height range for a single point vertical profile.static final GeometricObjectType
GeometricObjectType.SURFACE
Bounded, connected 2-dimensional geometric, representing the continuous image of a region of a plane.static final TopologyLevel
TopologyLevel.SURFACE_GRAPH
1-dimensional topological complex which is isomorphic to a subset of a surface.static final SpatialRepresentationType
SpatialRepresentationType.TEXT_TABLE
Textual or tabular data is used to represent geographic data.static final DimensionNameType
DimensionNameType.TIME
Duration.static final SpatialRepresentationType
SpatialRepresentationType.TIN
Triangulated irregular network.static final TopologyLevel
TopologyLevel.TOPOLOGY_1D
1-dimensional topological complex.static final TopologyLevel
TopologyLevel.TOPOLOGY_3D
3-dimensional topological complex.static final DimensionNameType
DimensionNameType.TRACK
Along the direction of motion of the scan pointstatic final PixelOrientation
PixelOrientation.UPPER_LEFT
Next corner counterclockwise from the upper right.static final PixelOrientation
PixelOrientation.UPPER_RIGHT
Next corner counterclockwise from the lower right.static final SpatialRepresentationType
SpatialRepresentationType.VECTOR
Vector data is used to represent geographic data.static final DimensionNameType
DimensionNameType.VERTICAL
Vertical (z) axis.static final SpatialRepresentationType
SpatialRepresentationType.VIDEO
Scene from a video recording.static final CellGeometry
CellGeometry.VOXEL
Each cell represents a volumetric measurement on a regular grid in three dimensional space.Modifier and TypeMethodDescriptiondefault Collection
<? extends Element> GCP.getAccuracyReports()
Accuracy of a ground control point.GridSpatialRepresentation.getAxisDimensionProperties()
Information about spatial-temporal axis properties.GridSpatialRepresentation.getCellGeometry()
Identification of grid data as point or cell.default Point
Georectified.getCenterPoint()
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions.Georectified.getCheckPointDescription()
Description of geographic position points used to test the accuracy of the georeferenced grid data.default Collection
<? extends GCP> Georectified.getCheckPoints()
Geographic references used to validate georectification of the data.GCPCollection.getCollectionIdentification()
Identifier of the GCP collection.GCPCollection.getCollectionName()
Name of the GCP collection.GCPCollection.getCoordinateReferenceSystem()
Coordinate system in which the ground control points are defined.Georectified.getCornerPoints()
Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions.default InternationalString
Dimension.getDimensionDescription()
Description of the axis.Dimension.getDimensionName()
Name of the axis.Dimension.getDimensionSize()
Number of elements along the axis.default InternationalString
Dimension.getDimensionTitle()
Enhancement / modifier of the dimension name.Collection
<? extends GCP> GCPCollection.getGCPs()
Ground control point(s) used in the collection.GCP.getGeographicCoordinates()
Geographic or map position of the control point, in either two or three dimensions.Collection
<? extends GeolocationInformation> Georeferenceable.getGeolocationInformation()
Information that can be used to geolocate the data.default Integer
GeometricObjects.getGeometricObjectCount()
Total number of the point or vector object type occurring in the dataset.default Collection
<? extends GeometricObjects> VectorSpatialRepresentation.getGeometricObjects()
Information about the geometric objects used in the dataset.GeometricObjects.getGeometricObjectType()
Name of point and vector spatial objects used to locate zero-, one-, two- or three-dimensional spatial locations in the dataset.Georeferenceable.getGeoreferencedParameters()
Terms which support grid data georeferencing.GridSpatialRepresentation.getNumberOfDimensions()
Number of independent spatial-temporal axes.default InternationalString
Georeferenceable.getOrientationParameterDescription()
Description of parameters used to describe sensor orientation.default Collection
<? extends Citation> Georeferenceable.getParameterCitations()
Reference providing description of the parameters.Georectified.getPointInPixel()
Point in a pixel corresponding to the Earth location of the pixel.default Collection
<? extends DataQuality> GeolocationInformation.getQualityInfo()
Provides an overall assessment of quality of geolocation information.default Double
Dimension.getResolution()
Degree of detail in the grid dataset.default Scope
SpatialRepresentation.getScope()
Level and extent of the spatial representation.default TopologyLevel
VectorSpatialRepresentation.getTopologyLevel()
Code which identifies the degree of complexity of the spatial relationships.default InternationalString
Georectified.getTransformationDimensionDescription()
General description of the transformation.default Collection
<? extends InternationalString> Georectified.getTransformationDimensionMapping()
Information about which grid dimensions are the spatial dimensions.boolean
Georectified.isCheckPointAvailable()
Indication of whether or not geographic position points are available to test the accuracy of the georeferenced grid data.boolean
Georeferenceable.isControlPointAvailable()
Indication of whether or not control point(s) exists.boolean
Georeferenceable.isOrientationParameterAvailable()
Indication of whether or not orientation parameters are available.boolean
GridSpatialRepresentation.isTransformationParameterAvailable()
Indication of whether or not parameters for transformation exists. -
Uses of UML in org.opengis.parameter
Modifier and TypeInterfaceDescriptioninterface
Abstract definition of a parameter or group of parameters used by an operation method.interface
Abstract parameter value or group of parameter values.class
Thrown when an unexpected parameter was found in a parameter group.class
Thrown byParameterValue
setter methods when they are given an invalid value.interface
The definition of a parameter used by an operation method.interface
The definition of a group of related parameters used by an operation method.enum
Class of information to which the referencing entity applies.interface
A single parameter value used by an operation method.interface
A group of related parameter values.Modifier and TypeMethodDescriptiondefault boolean
ParameterValue.booleanValue()
Returns the Boolean value of this parameter.ParameterDescriptorGroup.descriptors()
Returns the parameters in this group.default double
ParameterValue.doubleValue()
Returns the numeric value of this operation parameter.default double[]
ParameterValue.doubleValueList()
Returns an ordered sequence of two or more numeric values of this parameter, where each value has the same associated unit of measure.default T
ParameterDescriptor.getDefaultValue()
Returns the default value for the parameter.default Optional
<InternationalString> GeneralParameterDescriptor.getDescription()
Returns a narrative explanation of the role of this parameter.GeneralParameterValue.getDescriptor()
Returns the abstract definition of this parameter or group of parameters.ParameterValue.getDescriptor()
Returns the abstract definition of this parameter value.ParameterValueGroup.getDescriptor()
Returns the abstract definition of this group of parameters.default ParameterDirection
GeneralParameterDescriptor.getDirection()
Returns whether the parameter is an input to the service, an output or both.default int
GeneralParameterDescriptor.getMaximumOccurs()
Returns the maximum number of times that values for this parameter or parameter group can be included.default Comparable
<T> ParameterDescriptor.getMaximumValue()
Returns the maximum parameter value.default int
GeneralParameterDescriptor.getMinimumOccurs()
Returns the minimum number of times that values for this parameter or parameter group are required.default Comparable
<T> ParameterDescriptor.getMinimumValue()
Returns the minimum parameter value.GeneralParameterDescriptor.getName()
Returns the name, as used by the service or operation for this parameter.ParameterDescriptor.getValueClass()
Returns the class that describes the type of parameter values.ParameterDescriptor.getValueType()
Returns the name that describes the type of parameter values.default int
ParameterValue.intValue()
Returns the integer value of this parameter, usually used for a count.default int[]
ParameterValue.intValueList()
Returns an ordered sequence of two or more integer values of this parameter, usually used for counts.default String
ParameterValue.stringValue()
Returns the string value of this parameter.default URI
ParameterValue.valueFile()
Returns a reference to a file or a part of a file containing one or more parameter values.ParameterValueGroup.values()
Returns all values in this group. -
Uses of UML in org.opengis.referencing
Modifier and TypeInterfaceDescriptioninterface
Base interface for all authority factories.interface
Identification and remarks information for a reference system or CRS-related object.interface
Scope and domain of validity of a CRS-related object.interface
Identifier used for reference systems.interface
Base interface of reference systems by coordinates or by identifiers.final class
Defines type of reference system used.Modifier and TypeFieldDescriptionstatic final ReferenceSystemType
ReferenceSystemType.COMPOUND_ENGINEERING_PARAMETRIC
Compound spatio-parametric coordinate reference system containing an engineering coordinate reference system and a parametric reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_ENGINEERING_PARAMETRIC_TEMPORAL
Compound spatio-parametric-temporal coordinate reference system containing an engineering, a parametric and a temporal coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_ENGINEERING_TEMPORAL
Compound spatio-temporal coordinate reference system containing an engineering coordinate reference system and a temporal reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_ENGINEERING_VERTICAL
Compound spatial reference system containing a horizontal engineering coordinate reference system and a vertical coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_ENGINEERING_VERTICAL_TEMPORAL
Compound spatio-temporal coordinate reference system containing an engineering, a vertical, and a temporal coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_GEOGRAPHIC2D_PARAMETRIC
Compound spatio-parametric coordinate reference system containing a 2D geographic horizontal coordinate reference system and a parametric reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_GEOGRAPHIC2D_PARAMETRIC_TEMPORAL
Compound spatio-parametric-temporal coordinate reference system containing a 2D geographic horizontal, a parametric and a temporal coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_GEOGRAPHIC2D_TEMPORAL
Compound spatio-temporal coordinate reference system containing a 2D geographic horizontal coordinate reference system and a temporal reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_GEOGRAPHIC2D_VERTICAL
Compound coordinate reference system in which one constituent coordinate reference system is a horizontal geodetic coordinate reference system and one is a vertical coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_GEOGRAPHIC2D_VERTICAL_TEMPORAL
Compound spatio-temporal coordinate reference system containing a 2D geographic horizontal, a vertical, and a temporal coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_GEOGRAPHIC3D_TEMPORAL
Compound spatio-temporal coordinate reference system containing a 3D geographic and temporal coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_PROJECTED_TEMPORAL
Compound spatio-temporal reference system containing a projected horizontal and a temporal coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_PROJECTED_VERTICAL
Compound spatial reference system containing a horizontal projected coordinate reference system and a vertical coordinate reference.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_PROJECTED_VERTICAL_TEMPORAL
Compound spatio-temporal coordinate reference system containing a projected horizontal, a vertical, and a temporal coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_PROJECTED2D_PARAMETRIC
Compound spatio-parametric coordinate reference system containing a projected horizontal coordinate reference system and a parametric reference system.static final ReferenceSystemType
ReferenceSystemType.COMPOUND_PROJECTED2D_PARAMETRIC_TEMPORAL
Compound statio-parametric-temporal coordinate reference system containing a projected horizontal, a parametric, and a temporal coordinate reference system.static final ReferenceSystemType
ReferenceSystemType.ENGINEERING
Coordinate reference system based on an engineering datum (datum describing the relationship of a coordinate system to a local reference).static final ReferenceSystemType
ReferenceSystemType.ENGINEERING_DESIGN
Engineering coordinate reference system in which the base representation of a moving object is specified.static final ReferenceSystemType
ReferenceSystemType.ENGINEERING_IMAGE
Coordinate reference system based on an image datum (engineering datum which defines the relationship of a coordinate reference system to an image).static final ReferenceSystemType
ReferenceSystemType.GEODETIC_GEOCENTRIC
Geodetic CRS having a 3D cartesian coordinate system.static final ReferenceSystemType
ReferenceSystemType.GEODETIC_GEOGRAPHIC_2D
Geodetic CRS having an ellipsoidal 2D coordinate system.static final ReferenceSystemType
ReferenceSystemType.GEODETIC_GEOGRAPHIC_3D
Geodetic CRS having an ellipsoidal 3D coordinate system.static final ReferenceSystemType
ReferenceSystemType.GEOGRAPHIC_IDENTIFIER
Spatial reference in the form of a label or code that identifies a location.static final ReferenceSystemType
ReferenceSystemType.LINEAR
Set of Linear Referencing Methods and the policies, records and procedures for implementing them reference system that identifies a location by reference to a segment of a linear geographic feature and distance along that segment from a given point.static final ReferenceSystemType
ReferenceSystemType.PARAMETRIC
Coordinate reference system based on a parametric datum (datum describing the relationship of parametric coordinate reference system to an object).static final ReferenceSystemType
ReferenceSystemType.PROJECTED
Coordinate reference system derived from a two dimensional geodetic coordinate reference system by applying a map projection.static final ReferenceSystemType
ReferenceSystemType.TEMPORAL
Reference system against which time is measured.static final ReferenceSystemType
ReferenceSystemType.VERTICAL
One-dimensional coordinate reference system based on a vertical datum.Modifier and TypeMethodDescriptiondefault Collection
<GenericName> IdentifiedObject.getAlias()
Returns alternative names by which this object is identified.AuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.default Optional
<InternationalString> AuthorityFactory.getDescriptionText
(Class<? extends IdentifiedObject> type, String code) Returns a description of the object corresponding to a code.ObjectDomain.getDomainOfValidity()
Spatial and temporal extent in which this object is valid.default Extent
ReferenceSystem.getDomainOfValidity()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019.default Collection
<ObjectDomain> IdentifiedObject.getDomains()
Returns the usage of this CRS-related object.default Set
<ReferenceIdentifier> IdentifiedObject.getIdentifiers()
Returns an identifier which references elsewhere the object's defining information.IdentifiedObject.getName()
Returns the primary name by which this object is identified.default InternationalString
IdentifiedObject.getRemarks()
Returns comments on or information about this object, including data source information.ObjectDomain.getScope()
Description of usage, or limitations of usage, for which this object is valid.default InternationalString
ReferenceSystem.getScope()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019. -
Uses of UML in org.opengis.referencing.crs
Modifier and TypeInterfaceDescriptioninterface
A CRS describing the position of points through two or more independent CRSs.interface
Base type of all Coordinate Reference Systems (CRS).interface
Creates coordinate reference systems using authority codes.interface
Builds up complex Coordinate Reference Systems from simpler objects or values.interface
A CRS that is defined by applying a coordinate conversion to another preexisting CRS.interface
A 1-, 2- or 3-dimensional CRS used locally.interface
Deprecated.As of ISO 19111:2019, this interface is renamed asDerivedCRS
.interface
Deprecated.This type was defined in 2003 but removed in 2007.interface
A 2- or 3-dimensional CRS used over the whole planet or substantial parts of it.interface
A 2- or 3-dimensional CRS based on an ellipsoidal approximation of the geoid.interface
Deprecated.Replaced byEngineeringCRS
as of ISO 19111:2019.interface
A 1-dimensional CRS which uses parameter values or functions.interface
A 2- or 3-dimensional CRS based on an approximation of the shape of the planet's surface by a plane.interface
Base type of CRS related to an object by a datum or datum ensemble.interface
A 1-dimensional CRS used for the recording of time.interface
A 1-dimensional CRS used for recording heights or depths.Modifier and TypeMethodDescriptiondefault CompoundCRS
CRSAuthorityFactory.createCompoundCRS
(String code) Returns a 3D coordinate reference system from a code.default CompoundCRS
CRSFactory.createCompoundCRS
(Map<String, ?> properties, CoordinateReferenceSystem... components) Creates a compound CRS from an ordered sequence of components.default CoordinateReferenceSystem
CRSAuthorityFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.default DerivedCRS
CRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived CRS.default EngineeringCRS
CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering CRS from a datum.default EngineeringCRS
CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, DatumEnsemble<EngineeringDatum> datumEnsemble, CoordinateSystem cs) Creates a engineering CRS from a datum or datum ensemble.default CoordinateReferenceSystem
CRSFactory.createFromWKT
(String wkt) Creates a CRS object from a Well-Known Text.default CoordinateReferenceSystem
CRSFactory.createFromXML
(String xml) Creates a CRS object from a GML string.default GeographicCRS
CRSAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.default GeographicCRS
CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic CRS from a reference frame.default ProjectedCRS
CRSAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.default ProjectedCRS
CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected CRS from a defining conversion.default VerticalCRS
CRSAuthorityFactory.createVerticalCRS
(String code) Returns a vertical coordinate reference system from a code.default VerticalCRS
CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical CRS from a reference frame.DerivedCRS.getBaseCRS()
Returns the CRS that is the base for this derived CRS.GeneralDerivedCRS.getBaseCRS()
Deprecated.Returns the base coordinate reference system.DerivedCRS.getConversionFromBase()
Returns the conversion from the base CRS to this derived CRS.GeneralDerivedCRS.getConversionFromBase()
Deprecated.Returns the conversion from the base CRS to this CRS.GeocentricCRS.getCoordinateSystem()
GeographicCRS.getCoordinateSystem()
Returns the coordinate system, which shall be ellipsoidal.ImageCRS.getCoordinateSystem()
ParametricCRS.getCoordinateSystem()
Returns the coordinate system, which shall be parametric.ProjectedCRS.getCoordinateSystem()
Returns the coordinate system, which shall be Cartesian.SingleCRS.getCoordinateSystem()
Returns the coordinate system associated to this CRS.TemporalCRS.getCoordinateSystem()
Returns the coordinate system, which shall be temporal.VerticalCRS.getCoordinateSystem()
Returns the coordinate system, which shall be vertical.EngineeringCRS.getDatum()
Returns the datum, which shall be an engineering one.GeodeticCRS.getDatum()
Returns the reference frame, which shall be geodetic.ImageCRS.getDatum()
Deprecated.Returns the datum, which shall be an image one.ParametricCRS.getDatum()
Returns the datum, which shall be parametric.default GeodeticDatum
ProjectedCRS.getDatum()
Returns the same datum as the base geodetic CRS.SingleCRS.getDatum()
Returns the datum associated directly or indirectly to this CRS.TemporalCRS.getDatum()
Returns the datum, which shall be temporal.VerticalCRS.getDatum()
Returns the reference frame, which shall be vertical.default DatumEnsemble
<EngineeringDatum> EngineeringCRS.getDatumEnsemble()
Returns the datum ensemble, which shall have engineering datum members.default DatumEnsemble
<GeodeticDatum> GeodeticCRS.getDatumEnsemble()
Returns the datum ensemble, whose members shall be geodetic reference frames.default DatumEnsemble
<ParametricDatum> ParametricCRS.getDatumEnsemble()
Returns the datum ensemble, which shall have parametric datum members.default DatumEnsemble
<?> SingleCRS.getDatumEnsemble()
Returns the datum ensemble associated directly or indirectly to this CRS.default DatumEnsemble
<TemporalDatum> TemporalCRS.getDatumEnsemble()
Returns the datum ensemble, which shall have temporal datum members.default DatumEnsemble
<VerticalDatum> VerticalCRS.getDatumEnsemble()
Returns the datum ensemble, which shall have vertical datum members.CompoundCRS.getSingleComponents()
Returns the ordered list of CRS components, none of which itself compound. -
Uses of UML in org.opengis.referencing.cs
Modifier and TypeInterfaceDescriptioninterface
A 2- or 3-dimensional coordinate system in Euclidean space with straight axes that are not necessarily orthogonal.final class
The direction of positive increase in the coordinate value for a coordinate system axis.interface
A 2- or 3-dimensional coordinate system in Euclidean space with orthogonal straight axes.final class
Type (measure, integer or date) of coordinate values.interface
Sequence of non-repeating coordinate system axes that spans a given coordinate space.interface
Definition of a coordinate system axis.interface
A 3-dimensional cylindrical coordinate system.interface
A 2- or 3-dimensional coordinate system for use with geodetic CRS.interface
A 1-dimensional coordinate system that consists of the points that lie on the single axis described.interface
A 1-dimensional coordinate system in which a physical property or function is used as the dimension.interface
A 2-dimensional polar coordinate system.final class
Meaning of the axis value range specified through minimum value and maximum value.interface
A 2- or 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.interface
A 1-dimensional coordinate system containing a single time axis.interface
Deprecated.User-defined coordinate systems should extendCoordinateSystem
directly.interface
A 1-dimensional coordinate system used to record the heights or depths of points.Modifier and TypeFieldDescriptionstatic final AxisDirection
AxisDirection.AFT
Axis positive direction is aft.static final AxisDirection
AxisDirection.AWAY_FROM
Axis positive direction is away from the object.static final AxisDirection
AxisDirection.CLOCKWISE
Axis positive direction is clockwise from a specified direction.static final AxisDirection
AxisDirection.COLUMN_NEGATIVE
Axis positive direction is towards lower pixel column.static final AxisDirection
AxisDirection.COLUMN_POSITIVE
Axis positive direction is towards higher pixel column.static final AxisDirection
AxisDirection.COUNTER_CLOCKWISE
Axis positive direction is counter clockwise from a specified direction.static final CoordinateDataType
CoordinateDataType.DATE_TIME
Numbers related to dates or times expressed in the proleptic Gregorian calendar.static final AxisDirection
AxisDirection.DISPLAY_DOWN
Axis positive direction is towards bottom of approximately vertical display surface.static final AxisDirection
AxisDirection.DISPLAY_LEFT
Axis positive direction is left in display.static final AxisDirection
AxisDirection.DISPLAY_RIGHT
Axis positive direction is right in display.static final AxisDirection
AxisDirection.DISPLAY_UP
Axis positive direction is towards top of approximately vertical display surface.static final AxisDirection
AxisDirection.DOWN
Axis positive direction is down relative to gravity.static final AxisDirection
AxisDirection.EAST
Axis positive direction is π/2 radians clockwise from north.static final AxisDirection
AxisDirection.EAST_NORTH_EAST
Axis positive direction is approximately east-north-east.static final AxisDirection
AxisDirection.EAST_SOUTH_EAST
Axis positive direction is approximately east-south-east.static final RangeMeaning
RangeMeaning.EXACT
Any value between and including minimum and maximum value is valid.static final AxisDirection
AxisDirection.FORWARD
Axis positive direction is forward.static final AxisDirection
AxisDirection.FUTURE
Axis positive direction is towards the future.static final AxisDirection
AxisDirection.GEOCENTRIC_X
Axis positive direction is toward geocentric X.static final AxisDirection
AxisDirection.GEOCENTRIC_Y
Axis positive direction is toward geocentric Y.static final AxisDirection
AxisDirection.GEOCENTRIC_Z
Axis positive direction is toward geocentric Z.static final CoordinateDataType
CoordinateDataType.INTEGER
Quantity expressed as a count used for a temporal or ordinal coordinate system axis.static final CoordinateDataType
CoordinateDataType.MEASURE
Quantity expressed as a measure used for a temporal coordinate system axis.static final AxisDirection
AxisDirection.NORTH
Axis positive direction is north.static final AxisDirection
AxisDirection.NORTH_EAST
Axis positive direction is approximately north-east.static final AxisDirection
AxisDirection.NORTH_NORTH_EAST
Axis positive direction is approximately north-north-east.static final AxisDirection
AxisDirection.NORTH_NORTH_WEST
Axis positive direction is approximately north-north-west.static final AxisDirection
AxisDirection.NORTH_WEST
Axis positive direction is approximately north-west.static final AxisDirection
AxisDirection.OTHER
Deprecated.Replaced byAxisDirection.UNSPECIFIED
in ISO 19111:2019.static final AxisDirection
AxisDirection.PAST
Axis positive direction is towards the past.static final AxisDirection
AxisDirection.PORT
Axis positive direction is port.static final AxisDirection
AxisDirection.ROW_NEGATIVE
Axis positive direction is towards lower pixel row.static final AxisDirection
AxisDirection.ROW_POSITIVE
Axis positive direction is towards higher pixel row.static final AxisDirection
AxisDirection.SOUTH
Axis positive direction is π radians clockwise from north.static final AxisDirection
AxisDirection.SOUTH_EAST
Axis positive direction is approximately south-east.static final AxisDirection
AxisDirection.SOUTH_SOUTH_EAST
Axis positive direction is approximately south-south-east.static final AxisDirection
AxisDirection.SOUTH_SOUTH_WEST
Axis positive direction is approximately south-south-west.static final AxisDirection
AxisDirection.SOUTH_WEST
Axis positive direction is approximately south-west.static final AxisDirection
AxisDirection.STARBOARD
Axis positive direction is starboard.static final AxisDirection
AxisDirection.TOWARDS
Axis positive direction is towards the object.static final AxisDirection
AxisDirection.UNSPECIFIED
Axis positive direction is unspecified.static final AxisDirection
AxisDirection.UP
Axis positive direction is up relative to gravity.static final AxisDirection
AxisDirection.WEST
Axis positive direction is 3π/2 radians clockwise from north.static final AxisDirection
AxisDirection.WEST_NORTH_WEST
Axis positive direction is approximately west-north-west.static final AxisDirection
AxisDirection.WEST_SOUTH_WEST
Axis positive direction is approximately west-south-west.static final RangeMeaning
RangeMeaning.WRAPAROUND
The axis is continuous with values wrapping around at the minimum and maximum value.Modifier and TypeMethodDescriptiondefault javax.measure.Unit
<?> CSAuthorityFactory.createUnit
(String code) Returns an unit of measurement from a code.CoordinateSystemAxis.getAbbreviation()
Returns the abbreviation used for this coordinate system axes.CoordinateSystem.getAxis
(int dimension) Returns the axis for this coordinate system at the specified dimension.TimeCS.getCoordinateType()
Returns the type (measure, integer or data-time) of coordinate values.CoordinateSystemAxis.getDirection()
Returns the direction of this coordinate system axis.default double
CoordinateSystemAxis.getMaximumValue()
Returns the maximum value normally allowed for this axis.default double
CoordinateSystemAxis.getMinimumValue()
Returns the minimum value normally allowed for this axis.default RangeMeaning
CoordinateSystemAxis.getRangeMeaning()
Returns the meaning of axis value range specified by the minimum and maximum values.javax.measure.Unit
<?> CoordinateSystemAxis.getUnit()
Returns the unit of measure used for this coordinate system axis. -
Uses of UML in org.opengis.referencing.datum
Modifier and TypeInterfaceDescriptioninterface
Specifies the relationship of a coordinate system to an object.interface
Creates datum objects using authority codes.interface
DatumEnsemble<D extends Datum>
Collection of datums which for low accuracy requirements may be considered to be insignificantly different from each other.interface
Builds up complex datum objects from simpler objects or values.interface
Geometric figure that can be used to describe the approximate shape of a planet.interface
Identification of the origin of an engineering (or local) coordinate reference system.interface
Position, scale and orientation of a geocentric Cartesian 3D coordinate system relative to the planet.interface
Deprecated.Replaced byEngineeringDatum
as of ISO 19111:2019.interface
Identification of a particular reference surface used as the origin of a parametric coordinate system.final class
Deprecated.This code list has been removed from ISO 19111:2019 together withImageDatum
.interface
Definition of the origin from which longitude values are determined.final class
Specification of the method by which the vertical reference frame is realized.interface
Definition of the relationship of a temporal coordinate system to an object.interface
Identification of a particular reference level surface used as a zero-height surface.final class
Deprecated.Replaced byRealizationMethod
in ISO 19111:2019.Modifier and TypeFieldDescriptionstatic final VerticalDatumType
VerticalDatumType.BAROMETRIC
Deprecated.The origin of the vertical axis is based on atmospheric pressure.static final PixelInCell
PixelInCell.CELL_CENTER
Deprecated.The origin of the image coordinate system is the centre of a grid cell or image pixel.static final PixelInCell
PixelInCell.CELL_CORNER
Deprecated.The origin of the image coordinate system is the corner of a grid cell, or half-way between the centres of adjacent image pixels.static final VerticalDatumType
VerticalDatumType.DEPTH
Deprecated.The zero point is defined by a surface that has meaning for the purpose which the associated vertical measurements are used for.static final RealizationMethod
RealizationMethod.GEOID
Realization is through a geoid height model or a height correction model.static final VerticalDatumType
VerticalDatumType.GEOIDAL
Deprecated.The zero value is defined to approximate a constant potential surface, usually the geoid.static final RealizationMethod
RealizationMethod.LEVELLING
Realization is by adjustment of a levelling network fixed to one or more tide gauges.static final VerticalDatumType
VerticalDatumType.OTHER_SURFACE
Deprecated.The zero value is defined by a method not described by the other enumeration values in this class.static final RealizationMethod
RealizationMethod.TIDAL
Realization is through a tidal model or by tidal predictions.Modifier and TypeMethodDescriptiondefault Ellipsoid
DatumAuthorityFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.default Ellipsoid
DatumFactory.createEllipsoid
(Map<String, ?> properties, double semiMajorAxis, double semiMinorAxis, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates an ellipsoid from radius values.default EngineeringDatum
DatumFactory.createEngineeringDatum
(Map<String, ?> properties) Creates an engineering datum.default Ellipsoid
DatumFactory.createFlattenedSphere
(Map<String, ?> properties, double semiMajorAxis, double inverseFlattening, javax.measure.Unit<javax.measure.quantity.Length> unit) Creates an ellipsoid from an major radius, and inverse flattening.default GeodeticDatum
DatumAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic reference frame from a code.default GeodeticDatum
DatumFactory.createGeodeticDatum
(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic reference frame from ellipsoid and prime meridian.default PrimeMeridian
DatumAuthorityFactory.createPrimeMeridian
(String code) Returns a prime meridian from a code.default PrimeMeridian
DatumFactory.createPrimeMeridian
(Map<String, ?> properties, double longitude, javax.measure.Unit<javax.measure.quantity.Angle> unit) Creates a prime meridian, relative to Greenwich.default VerticalDatum
DatumAuthorityFactory.createVerticalDatum
(String code) Returns a vertical datum from a code.default VerticalDatum
DatumFactory.createVerticalDatum
(Map<String, ?> properties, VerticalDatumType type) Deprecated.default Optional
<InternationalString> Datum.getAnchorDefinition()
Returns a description of the relationship used to anchor the coordinate system to the Earth or alternate object.Datum.getAnchorEpoch()
Returns the epoch at which a static datum matches a dynamic datum from which it has been derived.default InternationalString
Datum.getAnchorPoint()
Deprecated.RenamedDatum.getAnchorDefinition()
for conformance with ISO 19111:2019 revision.javax.measure.Unit
<javax.measure.quantity.Angle> PrimeMeridian.getAngularUnit()
Returns the angular unit of the Greenwich longitude.javax.measure.Unit
<javax.measure.quantity.Length> Ellipsoid.getAxisUnit()
Returns the linear unit of the semi-major, semi-minor and semi-median axis values.default Optional
<IdentifiedObject> Datum.getConventionalRS()
Returns the name, identifier, alias and remarks for the reference system realized by this reference frame.default Optional
<ParameterValueGroup> ParametricDatum.getDatumDefiningParameter()
Parameters used to define the parametric datum.default Extent
Datum.getDomainOfValidity()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019.GeodeticDatum.getEllipsoid()
Returns an approximation of the surface of the geoid.DatumEnsemble.getEnsembleAccuracy()
Inaccuracy introduced through use of this collection of reference frames or datums.DynamicReferenceFrame.getFrameReferenceEpoch()
Returns the epoch to which the coordinates of stations defining the dynamic geodetic reference frame are referenced.double
PrimeMeridian.getGreenwichLongitude()
Longitude of the prime meridian measured from the internationally-recognized reference meridian, positive eastward.double
Ellipsoid.getInverseFlattening()
Returns the value of the inverse of the flattening constant.DatumEnsemble.getMembers()
Datum or reference frames which are members of this datum ensemble.TemporalDatum.getOrigin()
Date and time to which temporal coordinates are referenced.ImageDatum.getPixelInCell()
Deprecated.Specification of the way the image grid is associated with the image data attributes.GeodeticDatum.getPrimeMeridian()
Returns the origin from which longitude values are specified.Datum.getPublicationDate()
Returns the date on which the datum definition was published.default Date
Datum.getRealizationEpoch()
Deprecated.RenamedDatum.getAnchorEpoch()
for conformance with ISO 19111:2019 revision.default Optional
<RealizationMethod> VerticalDatum.getRealizationMethod()
Returns the method through which this vertical reference frame is realized.default InternationalString
Datum.getScope()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019.double
Ellipsoid.getSemiMajorAxis()
Length of the semi-major axis of the ellipsoid.default OptionalDouble
Ellipsoid.getSemiMedianAxis()
Length of the semi-median axis of a triaxial ellipsoid.double
Ellipsoid.getSemiMinorAxis()
Length of the semi-minor axis of the ellipsoid.default VerticalDatumType
VerticalDatum.getVerticalDatumType()
Deprecated.Replaced byVerticalDatum.getRealizationMethod()
in ISO 19111:2019.boolean
Ellipsoid.isIvfDefinitive()
Indicates if the inverse flattening (IVF) is definitive for this ellipsoid.default boolean
Ellipsoid.isSphere()
true
if the ellipsoid is degenerate and is actually a sphere. -
Uses of UML in org.opengis.referencing.operation
Modifier and TypeInterfaceDescriptioninterface
An ordered sequence of two or more single coordinate operations.interface
Operation in which the parameter values are defined rather than empirically derived.interface
A mathematical operation on coordinates that transforms or converts coordinates to another CRS or epoch.interface
Creates coordinate transformation objects from codes.interface
Creates coordinate operations from parameter values, or infers operations from source and target CRS.interface
Specification of the coordinate operation method formula.interface
Transforms multi-dimensional coordinate points.interface
Low level factory for creatingMathTransform
instances.interface
A two dimensional array of numbers.interface
Algorithm or procedure used to perform a coordinate operation.interface
An operation specifying a subset of a coordinate tuple subjected to a specific coordinate operation.interface
Change of coordinate values within one CRS due to the motion of the point between two coordinate epochs.interface
Services supported by the coordinate operation packages.interface
A parameterized mathematical operation on coordinates that changes coordinates to another CRS.interface
Operation in which parameters are empirically derived from a series of points in both CRSs.Modifier and TypeMethodDescriptionboolean
RegisterOperations.areMembersOfSameEnsemble
(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Determine whether two CRSs are members of one ensemble.MathTransformFactory.createAffineTransform
(Matrix matrix) Creates an affine transform from a matrix.MathTransformFactory.createConcatenatedTransform
(MathTransform transform1, MathTransform transform2) Creates a transform by concatenating two existing transforms.CoordinateOperationAuthorityFactory.createCoordinateOperation
(String code) Creates an operation from a single operation code.CoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates operations from Coordinate Reference System codes.MathTransformFactory.createFromWKT
(String wkt) Creates a math transform object from a Well-Known Text.default MathTransform
MathTransformFactory.createFromXML
(String xml) Deprecated.This method was defined in OGC 01-009 in anticipation for future normative specification, but no XML format for math transforms have been defined.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.MathTransformFactory.createParameterizedTransform
(ParameterValueGroup parameters) Creates a transform from a group of parameters.MathTransformFactory.createPassThroughTransform
(int firstAffectedCoordinate, MathTransform subTransform, int numTrailingCoordinates) Creates a transform which passes through a subset of coordinates to another transform.MathTransform.derivative
(DirectPosition point) Gets the derivative of this transform at a point.RegisterOperations.findCoordinateOperation
(String code) Extracts coordinate operation details from the registry.RegisterOperations.findCoordinateOperations
(CoordinateReferenceSystem source, CoordinateReferenceSystem target) Finds or infers any coordinate operations for which the given CRSs are the source and target, in that order.RegisterOperations.findCoordinateReferenceSystem
(String code) Extracts CRS details from the registry.Formula.getCitation()
Returns a reference to a publication giving the formula(s) or procedure used by this operation method.default Collection
<PositionalAccuracy> CoordinateOperation.getCoordinateOperationAccuracy()
Returns estimate(s) of the impact of this operation on point accuracy.default Collection
<PositionalAccuracy> PassThroughOperation.getCoordinateOperationAccuracy()
Returns estimate(s) of the impact of this operation on point accuracy.default Extent
CoordinateOperation.getDomainOfValidity()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019.default Collection
<ObjectDomain> PassThroughOperation.getDomains()
Returns the usage of this CRS-related object.double
Matrix.getElement
(int row, int column) Retrieves the value at the specified row and column of this matrix.Formula.getFormula()
Returns the formula(s) or procedure used by this operation method.OperationMethod.getFormula()
Formula(s) or procedure used by this operation method.default Optional
<CoordinateReferenceSystem> ConcatenatedOperation.getInterpolationCRS()
Returns the CRS to be used for interpolations in a grid.default Optional
<CoordinateReferenceSystem> CoordinateOperation.getInterpolationCRS()
Returns the CRS to be used for interpolations in a grid.default Optional
<CoordinateReferenceSystem> PassThroughOperation.getInterpolationCRS()
Returns the CRS to be used for interpolations in a grid.CoordinateOperation.getMathTransform()
Returns the mathematical operation which performs the actual work of changing coordinate values.SingleOperation.getMethod()
Returns the algorithm or procedure used by this single operation.int[]
PassThroughOperation.getModifiedCoordinates()
Returns the positions in a source coordinate tuple of the coordinates affected by this pass-through operation.int
Matrix.getNumCol()
Returns the number of columns in this matrix.int
Matrix.getNumRow()
Returns the number of rows in this matrix.PassThroughOperation.getOperation()
Returns the operation to apply on the subset of a coordinate tuple.ConcatenatedOperation.getOperations()
Returns the sequence of operations that are steps in this concatenated operation.default String
Conversion.getOperationVersion()
This attribute is inherited fromCoordinateOperation
but is not applicable in a conversion.default String
CoordinateOperation.getOperationVersion()
Returns the version of this coordinate transformation or point motion operation.PointMotionOperation.getOperationVersion()
Returns the version of this point motion operation.Transformation.getOperationVersion()
Returns the version of this coordinate transformation.OperationMethod.getParameters()
Returns the set of parameters.SingleOperation.getParameterValues()
Returns the parameter values used by this single operation.default InternationalString
CoordinateOperation.getScope()
Deprecated.Replaced byIdentifiedObject.getDomains()
as of ISO 19111:2019.default CoordinateReferenceSystem
ConcatenatedOperation.getSourceCRS()
Returns the CRS from which coordinates are changed.Conversion.getSourceCRS()
Returns the CRS from which coordinates are changed.CoordinateOperation.getSourceCRS()
Returns the CRS from which coordinates are changed.PointMotionOperation.getSourceCRS()
Returns the CRS from which coordinates are changed.Transformation.getSourceCRS()
Returns the CRS from which coordinates are changed.int
MathTransform.getSourceDimensions()
Returns the number of dimensions of input points.default Integer
OperationMethod.getSourceDimensions()
Deprecated.This attribute has been removed from ISO 19111:2019.ConcatenatedOperation.getSourceEpoch()
Returns the date at which source coordinate tuples are valid.Conversion.getSourceEpoch()
This attribute is inherited fromCoordinateOperation
but is not applicable in a conversion.CoordinateOperation.getSourceEpoch()
Returns the date at which source coordinate tuples are valid.PassThroughOperation.getSourceEpoch()
Returns the date at which source coordinate tuples are valid.PointMotionOperation.getSourceEpoch()
Returns the date at which source coordinate tuples are valid.Transformation.getSourceEpoch()
This attribute is inherited fromCoordinateOperation
but is not applicable in a transformation.default CoordinateReferenceSystem
ConcatenatedOperation.getTargetCRS()
Returns the CRS to which coordinates are changed.Conversion.getTargetCRS()
Returns the CRS to which coordinates are changed.CoordinateOperation.getTargetCRS()
Returns the CRS to which coordinates are changed.default CoordinateReferenceSystem
PointMotionOperation.getTargetCRS()
Returns the CRS to which coordinates are changed.Transformation.getTargetCRS()
Returns the CRS to which coordinates are changed.int
MathTransform.getTargetDimensions()
Returns the number of dimensions of output points.default Integer
OperationMethod.getTargetDimensions()
Deprecated.This attribute has been removed from ISO 19111:2019.ConcatenatedOperation.getTargetEpoch()
Returns the date at which target coordinate tuples are valid.Conversion.getTargetEpoch()
This attribute is inherited fromCoordinateOperation
but is not applicable in a conversion.CoordinateOperation.getTargetEpoch()
Returns the date at which target coordinate tuples are valid.PassThroughOperation.getTargetEpoch()
Returns the date at which target coordinate tuples are valid.PointMotionOperation.getTargetEpoch()
Returns the date at which target coordinate tuples are valid.Transformation.getTargetEpoch()
This attribute is inherited fromCoordinateOperation
but is not applicable in a transformation.default MathTransform
MathTransform.inverse()
Returns the inverse transform of this object.boolean
MathTransform.isIdentity()
Tests whether this transform does not move any points.default String
MathTransform.toWKT()
Returns a Well-Known Text (WKT) for this object.CoordinateOperation.transform
(CoordinateSet data) Changes coordinates from being referenced to the source CRS and/or epoch to being referenced to the target CRS and/or epoch.void
MathTransform.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms an array of double-precision coordinate tuples.MathTransform.transform
(DirectPosition ptSrc, DirectPosition ptDst) Transforms the specifiedptSrc
and stores the result inptDst
. -
Uses of UML in org.opengis.temporal
Modifier and TypeClassDescriptionfinal class
Indications that a temporal position is not precisely known.interface
A zero-dimensional temporal primitive that represents position in time, equivalent to a point in space.interface
A one-dimensional temporal primitive that represent extent in time.interface
Effectively deprecated — usejava.time.Duration
instead.interface
A non-decomposed element of temporal object or topology of time.Modifier and TypeFieldDescriptionstatic final IndeterminateValue
IndeterminateValue.AFTER
Indicates that the actual temporal position is unknown, but it is known to be after the specified value.static final IndeterminateValue
IndeterminateValue.BEFORE
Indicate that the actual temporal position is unknown, but it is known to be before the specified value.static final IndeterminateValue
IndeterminateValue.NOW
Indicates that the specified value shall be replaced with the current temporal position whenever the value is accessed.static final IndeterminateValue
IndeterminateValue.UNKNOWN
Indicates that no specific value for temporal position is provided.Modifier and TypeMethodDescriptiondefault TemporalAmount
Instant.distance
(TemporalPrimitive other) Returns the distance from this instant to another instant or a period (optional operation).default TemporalOperatorName
TemporalPrimitive.findRelativePosition
(TemporalPrimitive other) Determines the position of this primitive relative to another temporal primitive.Period.getBeginning()
Returns the beginning instant at which this period starts.Period.getEnding()
Returns the ending instant at which this period ends.default Optional
<IndeterminateValue> Instant.getIndeterminatePosition()
Returns the reason why the temporal position is missing or inaccurate.Instant.getPosition()
Returns the date, time or position on the time-scale represented by this primitive.default TemporalAmount
Period.length()
Returns the duration of this period (optional operation). -
Uses of UML in org.opengis.util
Modifier and TypeClassDescriptionclass
Base class for all code lists.interface
A sequence of identifiers rooted within the context of a namespace.interface
interface
Identifier within a name space for a local object.interface
A name that references either an attribute slot in a record, an attribute, operation, or association role in an object instance or a type description in some schema.interface
A domain in which names are defined.interface
A list of logically related fields as (name, value) pairs in a dictionary.interface
Deprecated.TheRecordSchema
interface has been removed in the 2015 revision of ISO 19103 standard.interface
The type definition of a record.interface
A composite of aLocalName
(as head) for locating another name space, and aGenericName
(as tail) valid in that name space.interface
Base interface of type definitions.interface
A local name that references an object type is some schema.Modifier and TypeMethodDescriptionint
GenericName.depth()
Indicates the number of levels specified by this name.default int
LocalName.depth()
Returns the number of levels specified by this name, which is always 1 for a local name.default Object
Record.get
(MemberName name) Returns the value for a field of the specified name.default Map
<MemberName, Object> Record.getAttributes()
Deprecated.RenamedRecord.getFields()
in the 2015 revision of ISO 19103.MemberName.getAttributeType()
Returns the type of the data associated with the member or record field.RecordType.getContainer()
Deprecated.TheRecordSchema
interface has been removed in the 2015 revision of ISO 19103 standard.RecordSchema.getDescription()
Deprecated.Returns the dictionary of all (name, record type) pairs in this schema.Record.getFields()
Returns the dictionary of all (name, value) pairs in this record.RecordType.getFieldTypes()
Returns the dictionary of all (name, type) pairs in this record type.default Map
<MemberName, Type> RecordType.getMemberTypes()
Deprecated.RenamedRecordType.getFieldTypes()
in the 2015 revision of ISO 19103.GenericName.getParsedNames()
Returns the sequence of local names making this generic name.LocalName.getParsedNames()
Returns the sequence of local names.Record.getRecordType()
Returns the type definition of this record.RecordSchema.getSchemaName()
Deprecated.Returns the schema name.RecordType.getTypeName()
Returns the name that identifies this record type.Type.getTypeName()
Returns the name that identifies this type.GenericName.head()
Returns the first element in the sequence of parsed names.ScopedName.head()
Returns the first element in the sequence of parsed names.boolean
NameSpace.isGlobal()
Indicates whether this namespace is a "top level" namespace.Deprecated.Looks up the provided type name and returns the associated record type.default TypeName
RecordType.locate
(MemberName name) Looks up the provided field name and returns the associated type name.NameSpace.name()
Returns the identifier of this namespace.GenericName.push
(GenericName scope) Returns this name expanded with the specified scope.GenericName.scope()
Returns the scope (name space) in which this name is local.ScopedName.tail()
Returns every elements in the sequence of parsed names except for the head.
GM_Position
union has been removed in ISO 19107:2019.