org.deegree.observation.model
Class Procedure

java.lang.Object
  extended by org.deegree.observation.model.Procedure

public class Procedure
extends Object

This class encapsulates a observation and measurement process.

Version:
$Revision: 24362 $, $Date: 2010-05-12 15:42:07 +0200 (Wed, 12 May 2010) $
Author:
Oliver Tonnhofer, Andrei Ionita, last edited by: $Author: aionita $

Constructor Summary
Procedure(String procedureHref, Point location, String featureOfInterestHref, String sensorId, String sensorName, URL sensorURL)
           
 
Method Summary
 String getFeatureOfInterestHref()
           
 Point getLocation()
           
 String getProcedureHref()
           
 String getSensorId()
           
 String getSensorName()
           
 URL getSensorURL()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Procedure

public Procedure(String procedureHref,
                 Point location,
                 String featureOfInterestHref,
                 String sensorId,
                 String sensorName,
                 URL sensorURL)
Parameters:
procedureHref -
location -
featureOfInterestHref -
sensorId -
sensorName -
sensorURL -
Method Detail

getProcedureHref

public String getProcedureHref()
Returns:

getLocation

public Point getLocation()
Returns:

getFeatureOfInterestHref

public String getFeatureOfInterestHref()
Returns:

getSensorId

public String getSensorId()
Returns:

getSensorName

public String getSensorName()
Returns:

getSensorURL

public URL getSensorURL()
Returns:

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.