|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.spatial.SpatialRepresentationImpl
org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl
org.geotools.metadata.iso.spatial.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.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
GeoreferenceableImpl()
Constructs an initially empty georeferenceable. |
|
GeoreferenceableImpl(org.opengis.metadata.spatial.Georeferenceable source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
GeoreferenceableImpl(int numberOfDimensions,
java.util.List<? extends org.opengis.metadata.spatial.Dimension> axisDimensionsProperties,
org.opengis.metadata.spatial.CellGeometry cellGeometry,
boolean transformationParameterAvailable,
boolean controlPointAvailable,
boolean orientationParameterAvailable)
Creates a georeferencable initialized to the given parameters. |
Method Summary | |
---|---|
org.opengis.util.Record |
getGeoreferencedParameters()
Terms which support grid data georeferencing. |
org.opengis.util.InternationalString |
getOrientationParameterDescription()
Description of parameters used to describe sensor orientation. |
java.util.Collection<org.opengis.metadata.citation.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(org.opengis.util.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(org.opengis.util.InternationalString newValue)
Set a description of parameters used to describe sensor orientation. |
void |
setParameterCitation(java.util.Collection<? extends org.opengis.metadata.citation.Citation> newValues)
Set reference providing description of the parameters. |
Methods inherited from class org.geotools.metadata.iso.spatial.GridSpatialRepresentationImpl |
---|
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable, setAxisDimensionsProperties, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailable |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.metadata.spatial.GridSpatialRepresentation |
---|
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable |
Constructor Detail |
---|
public GeoreferenceableImpl()
public GeoreferenceableImpl(org.opengis.metadata.spatial.Georeferenceable source)
public GeoreferenceableImpl(int numberOfDimensions, java.util.List<? extends org.opengis.metadata.spatial.Dimension> axisDimensionsProperties, org.opengis.metadata.spatial.CellGeometry cellGeometry, boolean transformationParameterAvailable, boolean controlPointAvailable, boolean orientationParameterAvailable)
Method Detail |
---|
public boolean isControlPointAvailable()
isControlPointAvailable
in interface org.opengis.metadata.spatial.Georeferenceable
public void setControlPointAvailable(boolean newValue)
public boolean isOrientationParameterAvailable()
isOrientationParameterAvailable
in interface org.opengis.metadata.spatial.Georeferenceable
public void setOrientationParameterAvailable(boolean newValue)
public org.opengis.util.InternationalString getOrientationParameterDescription()
getOrientationParameterDescription
in interface org.opengis.metadata.spatial.Georeferenceable
public void setOrientationParameterDescription(org.opengis.util.InternationalString newValue)
public org.opengis.util.Record getGeoreferencedParameters()
getGeoreferencedParameters
in interface org.opengis.metadata.spatial.Georeferenceable
public void setGeoreferencedParameters(org.opengis.util.Record newValue)
public java.util.Collection<org.opengis.metadata.citation.Citation> getParameterCitation()
getParameterCitation
in interface org.opengis.metadata.spatial.Georeferenceable
public void setParameterCitation(java.util.Collection<? extends org.opengis.metadata.citation.Citation> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |