Package org.apache.sis.internal.jaxb.gmi
Class LE_Source
java.lang.Object
org.apache.sis.metadata.AbstractMetadata
org.apache.sis.metadata.ModifiableMetadata
org.apache.sis.metadata.iso.ISOMetadata
org.apache.sis.metadata.iso.lineage.DefaultSource
org.apache.sis.internal.jaxb.gmi.LE_Source
- All Implemented Interfaces:
Serializable
,Emptiable
,LenientComparable
,IdentifiedObject
,org.opengis.metadata.lineage.Source
A wrapper for a metadata using the
"gmi"
namespace.- Since:
- 0.3
- Version:
- 1.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.metadata.ModifiableMetadata
ModifiableMetadata.State
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
For cross-version compatibility.Fields inherited from class org.apache.sis.metadata.iso.ISOMetadata
identifiers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultSource
castOrCopy
(org.opengis.metadata.lineage.Source original) Wraps the given metadata into a SIS implementation that can be marshalled, using the"gmi"
namespace if necessary.Methods inherited from class org.apache.sis.metadata.iso.lineage.DefaultSource
getDescription, getProcessedLevel, getResolution, getScaleDenominator, getScope, getSourceCitation, getSourceExtents, getSourceMetadata, getSourceReferenceSystem, getSourceSpatialResolution, getSourceSteps, setDescription, setProcessedLevel, setResolution, setScaleDenominator, setScope, setSourceCitation, setSourceExtents, setSourceMetadata, setSourceReferenceSystem, setSourceSpatialResolution, setSourceSteps
Methods inherited from class org.apache.sis.metadata.iso.ISOMetadata
getIdentifier, getIdentifierMap, getIdentifiers, getStandard, setIdentifier, transitionTo
Methods inherited from class org.apache.sis.metadata.ModifiableMetadata
checkWritePermission, collectionType, copyCollection, copyList, copyMap, copySet, deepCopy, nonNullCollection, nonNullList, nonNullMap, nonNullSet, singleton, state, writeCollection, writeList, writeMap, writeSet
Methods inherited from class org.apache.sis.metadata.AbstractMetadata
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor cross-version compatibility.- See Also:
-
-
Constructor Details
-
LE_Source
public LE_Source()Creates an initially empty metadata. This is also the default constructor used by JAXB. -
LE_Source
public LE_Source(org.opengis.metadata.lineage.Source original) Creates a new metadata as a copy of the given one. This is a shallow copy constructor.- Parameters:
original
- the original metadata to copy.
-
-
Method Details
-
castOrCopy
Wraps the given metadata into a SIS implementation that can be marshalled, using the"gmi"
namespace if necessary.- Parameters:
original
- the original metadata provided by the user.- Returns:
- the metadata to marshal.
-