org.deegree.observation.model
Class ProcedureMetadata
java.lang.Object
org.deegree.observation.model.ProcedureMetadata
public class ProcedureMetadata
- extends Object
The ProcedureMetadata
class encapsulates the metadata of a procedure (as it is found in the sos
configuration).
- Version:
- $Revision: 24362 $, $Date: 2010-05-12 15:42:07 +0200 (Wed, 12 May 2010) $
- Author:
- Andrei Ionita, last edited by: $Author: aionita $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcedureMetadata
public ProcedureMetadata(String procedureHref,
String featureOfInterestHref,
URL sensorURL)
- Parameters:
procedureHref
- featureOfInterestHref
- sensorURL
-
getProcedureHref
public String getProcedureHref()
- Returns:
getFeatureOfInterestHref
public String getFeatureOfInterestHref()
- Returns:
getSensorURL
public URL getSensorURL()
- Returns:
Copyright © 2011. All Rights Reserved.