Uses of Class
org.apache.sis.metadata.TitleProperty
-
Packages that use TitleProperty Package Description org.apache.sis.metadata.iso Root package for ISO 19115 metadata about resources (data or services).org.apache.sis.metadata.iso.citation Reference to the data or service (citation, responsible party, contact information).org.apache.sis.metadata.iso.content Description of the dataset content.org.apache.sis.metadata.iso.distribution Information about the options for obtaining a resource (data or service).org.apache.sis.metadata.iso.extent Information about spatial, vertical, and temporal extent.org.apache.sis.metadata.iso.identification Information to uniquely identify the data or service.org.apache.sis.metadata.iso.lineage Information about the sources and production processes of a dataset.org.apache.sis.metadata.iso.spatial Information about the mechanisms (grid or vector) used to represent spatial data.org.apache.sis.referencing Base classes for reference systems used for general positioning. -
-
Uses of TitleProperty in org.apache.sis.metadata.iso
Classes in org.apache.sis.metadata.iso with annotations of type TitleProperty Modifier and Type Class Description class
DefaultExtendedElementInformation
New metadata element, not found in ISO 19115, which is required to describe geographic data.class
DefaultIdentifier
Value uniquely identifying an object within a namespace. -
Uses of TitleProperty in org.apache.sis.metadata.iso.citation
Classes in org.apache.sis.metadata.iso.citation with annotations of type TitleProperty Modifier and Type Class Description class
AbstractParty
Information about the individual and / or organization of the party.class
DefaultCitation
Standardized resource reference.class
DefaultCitationDate
Reference date and event used to describe it. -
Uses of TitleProperty in org.apache.sis.metadata.iso.content
Classes in org.apache.sis.metadata.iso.content with annotations of type TitleProperty Modifier and Type Class Description class
DefaultFeatureTypeInfo
Information about the occurring feature type.class
DefaultRangeDimension
Information on the range of each dimension of a cell measurement value.class
DefaultRangeElementDescription
Description of specific range elements. -
Uses of TitleProperty in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution with annotations of type TitleProperty Modifier and Type Class Description class
DefaultDistribution
Information about the distributor of and options for obtaining the resource. -
Uses of TitleProperty in org.apache.sis.metadata.iso.extent
Classes in org.apache.sis.metadata.iso.extent with annotations of type TitleProperty Modifier and Type Class Description class
DefaultExtent
Information about spatial, vertical, and temporal extent. -
Uses of TitleProperty in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification with annotations of type TitleProperty Modifier and Type Class Description class
DefaultKeywordClass
Specification of a class to categorize keywords in a domain-specific vocabulary that has a binding to a formal ontology.class
DefaultOperationChainMetadata
Operation chain information.class
DefaultOperationMetadata
Parameter information.class
DefaultUsage
Brief description of ways in which the resource(s) is/are currently or has been used. -
Uses of TitleProperty in org.apache.sis.metadata.iso.lineage
Classes in org.apache.sis.metadata.iso.lineage with annotations of type TitleProperty Modifier and Type Class Description class
DefaultProcessStep
Information about an event or transformation in the life of a resource.class
DefaultProcessStepReport
Report of what occurred during the process step.class
DefaultSource
Information about the source data used in creating the data specified by the scope. -
Uses of TitleProperty in org.apache.sis.metadata.iso.spatial
Classes in org.apache.sis.metadata.iso.spatial with annotations of type TitleProperty Modifier and Type Class Description class
DefaultDimension
Axis properties.class
DefaultGCPCollection
Information about a control point collection. -
Uses of TitleProperty in org.apache.sis.referencing
Classes in org.apache.sis.referencing with annotations of type TitleProperty Modifier and Type Class Description class
ImmutableIdentifier
Immutable value uniquely identifying an object within a namespace, together with a version.
-