Class DefaultGeoreferenceable
java.lang.Object
org.apache.sis.metadata.AbstractMetadata
org.apache.sis.metadata.ModifiableMetadata
org.apache.sis.metadata.iso.ISOMetadata
org.apache.sis.metadata.iso.spatial.AbstractSpatialRepresentation
org.apache.sis.metadata.iso.spatial.DefaultGridSpatialRepresentation
org.apache.sis.metadata.iso.spatial.DefaultGeoreferenceable
- All Implemented Interfaces:
Serializable
,Emptiable
,LenientComparable
,IdentifiedObject
,org.opengis.metadata.spatial.Georeferenceable
,org.opengis.metadata.spatial.GridSpatialRepresentation
,org.opengis.metadata.spatial.SpatialRepresentation
- Direct Known Subclasses:
MI_Georeferenceable
public class DefaultGeoreferenceable
extends DefaultGridSpatialRepresentation
implements org.opengis.metadata.spatial.Georeferenceable
Grid with cells irregularly spaced in any given geographic/map projection coordinate reference system.
Individual cells can be geolocated using geolocation information supplied with the data but cannot be
geolocated from the grid properties alone.
The following properties are mandatory in a well-formed metadata according ISO 19115:
MD_Georeferenceable
├─numberOfDimensions…………………………………………………
Number of independent spatial-temporal axes.
├─axisDimensionProperties……………………………………
Information about spatial-temporal axis properties.
│ ├─dimensionName……………………………………………………
Name of the axis.
│ └─dimensionSize……………………………………………………
Number of elements along the axis.
├─cellGeometry…………………………………………………………………
Identification of grid data as point or cell.
├─transformationParameterAvailability……
Indication of whether or not parameters for transformation exists.
├─controlPointAvailability…………………………………
Indication of whether or not control point(s) exists.
├─orientationParameterAvailability……………
Indication of whether or not orientation parameters are available.
├─geolocationInformation………………………………………
Information that can be used to geolocate the data.
└─georeferencedParameters……………………………………
Terms which support grid data georeferencing.Limitations
- Instances of this class are not synchronized for multi-threading. Synchronization, if needed, is caller's responsibility.
- Serialized objects of this class are not guaranteed to be compatible with future Apache SIS releases.
Serialization support is appropriate for short term storage or RMI between applications running the
same version of Apache SIS. For long term storage, use
XML
instead.
- 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 byte
Mask for thecontrolPointAvailable
boolean value.private Collection<org.opengis.metadata.spatial.GeolocationInformation>
Information that can be used to geolocate the data.private org.opengis.util.Record
Terms which support grid data georeferencing.private static final byte
Mask for theorientationParameterAvailable
boolean value.private org.opengis.util.InternationalString
Description of parameters used to describe sensor orientation.private Collection<org.opengis.metadata.citation.Citation>
Reference providing description of the parameters.private static final long
Serial number for inter-operability with different versions.Fields inherited from class org.apache.sis.metadata.iso.spatial.DefaultGridSpatialRepresentation
booleans, TRANSFORMATION_MASK
Fields inherited from class org.apache.sis.metadata.iso.ISOMetadata
identifiers
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an initially empty georeferenceable.DefaultGeoreferenceable
(org.opengis.metadata.spatial.Georeferenceable object) Constructs a new instance initialized with the values from the specified metadata object. -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultGeoreferenceable
castOrCopy
(org.opengis.metadata.spatial.Georeferenceable object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Collection<org.opengis.metadata.spatial.GeolocationInformation>
Returns the information that can be used to geolocate the data.org.opengis.util.Record
Returns the terms which support grid data georeferencing.org.opengis.util.InternationalString
Returns a description of parameters used to describe sensor orientation.Collection<org.opengis.metadata.citation.Citation>
Returns a reference providing description of the parameters.boolean
Returns an indication of whether or not control point(s) exists.boolean
Returns an indication of whether or not orientation parameters are available.void
setControlPointAvailable
(boolean newValue) Sets an indication of whether or not control point(s) exists.void
setGeolocationInformation
(Collection<? extends org.opengis.metadata.spatial.GeolocationInformation> newValues) Sets the information that can be used to geolocate the data.void
setGeoreferencedParameters
(org.opengis.util.Record newValue) Sets the terms which support grid data georeferencing.void
setOrientationParameterAvailable
(boolean newValue) Sets an indication of whether or not orientation parameters are available.void
setOrientationParameterDescription
(org.opengis.util.InternationalString newValue) Sets a description of parameters used to describe sensor orientation.void
setParameterCitations
(Collection<? extends org.opengis.metadata.citation.Citation> newValues) Sets a reference providing description of the parameters.Methods inherited from class org.apache.sis.metadata.iso.spatial.DefaultGridSpatialRepresentation
castOrCopy, getAxisDimensionProperties, getCellGeometry, getNumberOfDimensions, isDefined, isTransformationParameterAvailable, setAxisDimensionProperties, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailable
Methods inherited from class org.apache.sis.metadata.iso.spatial.AbstractSpatialRepresentation
castOrCopy, getScope, setScope
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opengis.metadata.spatial.GridSpatialRepresentation
getAxisDimensionProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial number for inter-operability with different versions.- See Also:
-
CONTROL_POINT_MASK
private static final byte CONTROL_POINT_MASKMask for thecontrolPointAvailable
boolean value. -
OPERATION_MASK
private static final byte OPERATION_MASKMask for theorientationParameterAvailable
boolean value. -
orientationParameterDescription
private org.opengis.util.InternationalString orientationParameterDescriptionDescription of parameters used to describe sensor orientation. -
georeferencedParameters
private org.opengis.util.Record georeferencedParametersTerms which support grid data georeferencing. -
parameterCitations
Reference providing description of the parameters. -
geolocationInformation
Information that can be used to geolocate the data.
-
-
Constructor Details
-
DefaultGeoreferenceable
public DefaultGeoreferenceable()Constructs an initially empty georeferenceable. -
DefaultGeoreferenceable
public DefaultGeoreferenceable(org.opengis.metadata.spatial.Georeferenceable object) Constructs a new instance initialized with the values from the specified metadata object. This is a shallow copy constructor, because the other metadata contained in the given object are not recursively copied.- Parameters:
object
- the metadata to copy values from, ornull
if none.- See Also:
-
-
Method Details
-
castOrCopy
public static DefaultGeoreferenceable castOrCopy(org.opengis.metadata.spatial.Georeferenceable object) Returns a SIS metadata implementation with the values of the given arbitrary implementation. This method performs the first applicable action in the following choices:- If the given object is
null
, then this method returnsnull
. - Otherwise if the given object is already an instance of
DefaultGeoreferenceable
, then it is returned unchanged. - Otherwise a new
DefaultGeoreferenceable
instance is created using the copy constructor and returned. Note that this is a shallow copy operation, because the other metadata contained in the given object are not recursively copied.
- Parameters:
object
- the object to get as a SIS implementation, ornull
if none.- Returns:
- a SIS implementation containing the values of the given object (may be the
given object itself), or
null
if the argument was null.
- If the given object is
-
isControlPointAvailable
public boolean isControlPointAvailable()Returns an indication of whether or not control point(s) exists.- Specified by:
isControlPointAvailable
in interfaceorg.opengis.metadata.spatial.Georeferenceable
- Returns:
- whether or not control point(s) exists.
-
setControlPointAvailable
public void setControlPointAvailable(boolean newValue) Sets an indication of whether or not control point(s) exists.- Parameters:
newValue
-true
if control points are available.
-
isOrientationParameterAvailable
public boolean isOrientationParameterAvailable()Returns an indication of whether or not orientation parameters are available.- Specified by:
isOrientationParameterAvailable
in interfaceorg.opengis.metadata.spatial.Georeferenceable
- Returns:
- whether or not orientation parameters are available.
-
setOrientationParameterAvailable
public void setOrientationParameterAvailable(boolean newValue) Sets an indication of whether or not orientation parameters are available.- Parameters:
newValue
-true
if orientation parameter are available.
-
getOrientationParameterDescription
public org.opengis.util.InternationalString getOrientationParameterDescription()Returns a description of parameters used to describe sensor orientation.- Specified by:
getOrientationParameterDescription
in interfaceorg.opengis.metadata.spatial.Georeferenceable
- Returns:
- description of parameters used to describe sensor orientation, or
null
.
-
setOrientationParameterDescription
public void setOrientationParameterDescription(org.opengis.util.InternationalString newValue) Sets a description of parameters used to describe sensor orientation.- Parameters:
newValue
- the new orientation parameter description.
-
getGeoreferencedParameters
public org.opengis.util.Record getGeoreferencedParameters()Returns the terms which support grid data georeferencing.- Specified by:
getGeoreferencedParameters
in interfaceorg.opengis.metadata.spatial.Georeferenceable
- Returns:
- terms which support grid data georeferencing, or
null
.
-
setGeoreferencedParameters
public void setGeoreferencedParameters(org.opengis.util.Record newValue) Sets the terms which support grid data georeferencing.- Parameters:
newValue
- the new georeferenced parameters.
-
getParameterCitations
Returns a reference providing description of the parameters.- Specified by:
getParameterCitations
in interfaceorg.opengis.metadata.spatial.Georeferenceable
- Returns:
- reference providing description of the parameters.
-
setParameterCitations
public void setParameterCitations(Collection<? extends org.opengis.metadata.citation.Citation> newValues) Sets a reference providing description of the parameters.- Parameters:
newValues
- the new parameter citations.
-
getGeolocationInformation
Returns the information that can be used to geolocate the data.- Specified by:
getGeolocationInformation
in interfaceorg.opengis.metadata.spatial.Georeferenceable
- Returns:
- a geolocalisation of the data.
-
setGeolocationInformation
public void setGeolocationInformation(Collection<? extends org.opengis.metadata.spatial.GeolocationInformation> newValues) Sets the information that can be used to geolocate the data.- Parameters:
newValues
- the new geolocation information values.
-