Class SpatialRepresentationImpl
- Object
-
- AbstractMetadata
-
- ModifiableMetadata
-
- MetadataEntity
-
- SpatialRepresentationImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,SpatialRepresentation
- Direct Known Subclasses:
GridSpatialRepresentationImpl
,VectorSpatialRepresentationImpl
public class SpatialRepresentationImpl extends MetadataEntity implements SpatialRepresentation
Method used to represent geographic information in the dataset.- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class AbstractMetadata
LOGGER
-
-
Constructor Summary
Constructors Constructor Description SpatialRepresentationImpl()
Constructs an initially empty spatial representation.SpatialRepresentationImpl(SpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata.
-
Method Summary
-
Methods inherited from class MetadataEntity
ensureNonNull, getStandard
-
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
-
Methods inherited from class AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
-
-
-
-
Constructor Detail
-
SpatialRepresentationImpl
public SpatialRepresentationImpl()
Constructs an initially empty spatial representation.
-
SpatialRepresentationImpl
public SpatialRepresentationImpl(SpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata.- Since:
- 2.4
-
-