|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
SpatialRepresentationImpl
GridSpatialRepresentationImpl
GeoreferenceableImpl
public class GeoreferenceableImpl
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.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
GeoreferenceableImpl()
Constructs an initially empty georeferenceable. |
|
GeoreferenceableImpl(Georeferenceable source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
GeoreferenceableImpl(int numberOfDimensions,
List<? extends Dimension> axisDimensionsProperties,
CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean controlPointAvailable,
boolean orientationParameterAvailable)
Creates a georeferencable initialized to the given parameters. |
Method Summary | |
---|---|
Record |
getGeoreferencedParameters()
Terms which support grid data georeferencing. |
InternationalString |
getOrientationParameterDescription()
Description of parameters used to describe sensor orientation. |
Collection<Citation> |
getParameterCitation()
Reference providing description of the parameters. |
boolean |
isControlPointAvailable()
Indication of whether or not control point(s) exists. |
boolean |
isOrientationParameterAvailable()
Indication of whether or not orientation parameters are available. |
void |
setControlPointAvailable(boolean newValue)
Set an indication of whether or not control point(s) exists. |
void |
setGeoreferencedParameters(Record newValue)
Set terms which support grid data georeferencing. |
void |
setOrientationParameterAvailable(boolean newValue)
Set an indication of whether or not orientation parameters are available. |
void |
setOrientationParameterDescription(InternationalString newValue)
Set a description of parameters used to describe sensor orientation. |
void |
setParameterCitation(Collection<? extends Citation> newValues)
Set reference providing description of the parameters. |
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 |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface GridSpatialRepresentation |
---|
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable |
Constructor Detail |
---|
public GeoreferenceableImpl()
public GeoreferenceableImpl(Georeferenceable source)
public GeoreferenceableImpl(int numberOfDimensions, List<? extends Dimension> axisDimensionsProperties, CellGeometry cellGeometry, boolean transformationParameterAvailable, boolean controlPointAvailable, boolean orientationParameterAvailable)
Method Detail |
---|
public boolean isControlPointAvailable()
isControlPointAvailable
in interface Georeferenceable
public void setControlPointAvailable(boolean newValue)
public boolean isOrientationParameterAvailable()
isOrientationParameterAvailable
in interface Georeferenceable
public void setOrientationParameterAvailable(boolean newValue)
public InternationalString getOrientationParameterDescription()
getOrientationParameterDescription
in interface Georeferenceable
public void setOrientationParameterDescription(InternationalString newValue)
public Record getGeoreferencedParameters()
getGeoreferencedParameters
in interface Georeferenceable
public void setGeoreferencedParameters(Record newValue)
public Collection<Citation> getParameterCitation()
getParameterCitation
in interface Georeferenceable
public void setParameterCitation(Collection<? extends Citation> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |