org.deegree.ogcwebservices.sos
Class ComponentMetadata
java.lang.Object
org.deegree.ogcwebservices.sos.ComponentMetadata
- Direct Known Subclasses:
- PlatformMetadata, SensorMetadata
public abstract class ComponentMetadata
- extends Object
holds the metadata of a generic component; the necessary parts of the SensorML spec are
implemented; please read the SensorML spec for more info
- Version:
- $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
- Author:
- Matthias Kulbe , last edited by: $Author: apoth $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentMetadata
protected ComponentMetadata(Identifier[] identifiedAs,
Classifier[] classifiedAs,
EngineeringCRS hasCRS,
LocationModel[] locatedUsing,
ComponentDescription describedBy,
String attachedTo)
- Constructor
- Parameters:
identifiedAs
- classifiedAs
- hasCRS
- locatedUsing
- describedBy
- attachedTo
-
getAttachedTo
public String getAttachedTo()
- Returns:
- attachedTo
getClassifiedAs
public Classifier[] getClassifiedAs()
- Returns:
- classifiedAs
getDescribedBy
public ComponentDescription getDescribedBy()
- Returns:
- describedBy
getHasCRS
public EngineeringCRS getHasCRS()
- Returns:
- hasCRS
getIdentifiedAs
public Identifier[] getIdentifiedAs()
- Returns:
- identifiedAs
getLocatedUsing
public LocationModel[] getLocatedUsing()
- Returns:
- locatedUsing
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net