|
||||||||||
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.extent.ExtentImpl
public class ExtentImpl
Information about spatial, vertical, and temporal extent. This interface has four optional attributes (geographic elements, temporal elements, and vertical elements) and an element called description. At least one of the four shall be used.
Field Summary | |
---|---|
static org.opengis.metadata.extent.Extent |
WORLD
A geographic extent ranging from 180°W to 180°E and 90°S to 90°N. |
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ExtentImpl()
Constructs an initially empty extent. |
|
ExtentImpl(org.opengis.metadata.extent.Extent source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
org.opengis.util.InternationalString |
getDescription()
Returns the spatial and temporal extent for the referring object. |
static org.opengis.metadata.extent.GeographicBoundingBox |
getGeographicBoundingBox(org.opengis.metadata.extent.Extent extent)
Convenience method returning a single geographic bounding box from the specified extent. |
java.util.Collection<org.opengis.metadata.extent.GeographicExtent> |
getGeographicElements()
Provides geographic component of the extent of the referring object |
java.util.Collection<org.opengis.metadata.extent.TemporalExtent> |
getTemporalElements()
Provides temporal component of the extent of the referring object |
java.util.Collection<org.opengis.metadata.extent.VerticalExtent> |
getVerticalElements()
Provides vertical component of the extent of the referring object |
void |
setDescription(org.opengis.util.InternationalString newValue)
Set the spatial and temporal extent for the referring object. |
void |
setGeographicElements(java.util.Collection<? extends org.opengis.metadata.extent.GeographicExtent> newValues)
Set geographic component of the extent of the referring object |
void |
setTemporalElements(java.util.Collection<? extends org.opengis.metadata.extent.TemporalExtent> newValues)
Set temporal component of the extent of the referring object |
void |
setVerticalElements(java.util.Collection<? extends org.opengis.metadata.extent.VerticalExtent> newValues)
Set vertical component of the extent of the referring object |
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 |
Field Detail |
---|
public static final org.opengis.metadata.extent.Extent WORLD
Constructor Detail |
---|
public ExtentImpl()
public ExtentImpl(org.opengis.metadata.extent.Extent source)
Method Detail |
---|
public org.opengis.util.InternationalString getDescription()
getDescription
in interface org.opengis.metadata.extent.Extent
public void setDescription(org.opengis.util.InternationalString newValue)
public java.util.Collection<org.opengis.metadata.extent.GeographicExtent> getGeographicElements()
getGeographicElements
in interface org.opengis.metadata.extent.Extent
public void setGeographicElements(java.util.Collection<? extends org.opengis.metadata.extent.GeographicExtent> newValues)
public java.util.Collection<org.opengis.metadata.extent.TemporalExtent> getTemporalElements()
getTemporalElements
in interface org.opengis.metadata.extent.Extent
public void setTemporalElements(java.util.Collection<? extends org.opengis.metadata.extent.TemporalExtent> newValues)
public java.util.Collection<org.opengis.metadata.extent.VerticalExtent> getVerticalElements()
getVerticalElements
in interface org.opengis.metadata.extent.Extent
public void setVerticalElements(java.util.Collection<? extends org.opengis.metadata.extent.VerticalExtent> newValues)
public static org.opengis.metadata.extent.GeographicBoundingBox getGeographicBoundingBox(org.opengis.metadata.extent.Extent extent)
null
. If more than one box
is found, then boxes are added together.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |