|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
AbstractSpatialRepresentation
DefaultGridSpatialRepresentation
DefaultGeoreferenceable
@ThreadSafe public class DefaultGeoreferenceable
Grid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultGeoreferenceable()
Constructs an initially empty georeferenceable. |
|
DefaultGeoreferenceable(Georeferenceable source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
DefaultGeoreferenceable(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean controlPointAvailable,
boolean orientationParameterAvailable)
Creates a georeferencable initialized to the given parameters. |
|
| Method Summary | |
|---|---|
static DefaultGeoreferenceable |
castOrCopy(Georeferenceable object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Collection<GeolocationInformation> |
getGeolocationInformation()
Returns the information that can be used to geolocate the data. |
Record |
getGeoreferencedParameters()
Returns the terms which support grid data georeferencing. |
InternationalString |
getOrientationParameterDescription()
Returns a description of parameters used to describe sensor orientation. |
Collection<Citation> |
getParameterCitations()
Returns a reference providing description of the parameters. |
boolean |
isControlPointAvailable()
Returns an indication of whether or not control point(s) exists. |
boolean |
isOrientationParameterAvailable()
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 GeolocationInformation> newValues)
Sets the information that can be used to geolocate the data. |
void |
setGeoreferencedParameters(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(InternationalString newValue)
Sets a description of parameters used to describe sensor orientation. |
void |
setParameterCitations(Collection<? extends Citation> newValues)
Sets a reference providing description of the parameters. |
| Methods inherited from class AbstractSpatialRepresentation |
|---|
castOrCopy |
| Methods inherited from class MetadataEntity |
|---|
getIdentifier, getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface GridSpatialRepresentation |
|---|
getAxisDimensionProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable |
| Constructor Detail |
|---|
public DefaultGeoreferenceable()
public DefaultGeoreferenceable(Georeferenceable source)
source - The metadata to copy, or null if none.
public DefaultGeoreferenceable(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean controlPointAvailable,
boolean orientationParameterAvailable)
numberOfDimensions - The number of independent spatial-temporal axes.axisDimensionsProperties - Information about spatial-temporal axis properties.cellGeometry - Identification of grid data as point or cell.transformationParameterAvailable - Indication of whether or not parameters for
transformation exists.controlPointAvailable - An indication of whether or not control point(s) exists.orientationParameterAvailable - An indication of whether or not orientation parameters
are available.| Method Detail |
|---|
public static DefaultGeoreferenceable castOrCopy(Georeferenceable object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public boolean isControlPointAvailable()
isControlPointAvailable in interface Georeferenceablepublic void setControlPointAvailable(boolean newValue)
newValue - true if control points are available.public boolean isOrientationParameterAvailable()
isOrientationParameterAvailable in interface Georeferenceablepublic void setOrientationParameterAvailable(boolean newValue)
newValue - true if orientation parameter are available.public InternationalString getOrientationParameterDescription()
getOrientationParameterDescription in interface Georeferenceablepublic void setOrientationParameterDescription(InternationalString newValue)
newValue - The new orientation parameter description.public Record getGeoreferencedParameters()
getGeoreferencedParameters in interface Georeferenceablepublic void setGeoreferencedParameters(Record newValue)
newValue - The new georeferenced parameters.public Collection<Citation> getParameterCitations()
getParameterCitations in interface Georeferenceablepublic void setParameterCitations(Collection<? extends Citation> newValues)
newValues - The new parameter citations.public Collection<GeolocationInformation> getGeolocationInformation()
getGeolocationInformation in interface Georeferenceablepublic void setGeolocationInformation(Collection<? extends GeolocationInformation> newValues)
newValues - The new geolocation information values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||