|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.oxf.serviceAdapters.sosMobile.ProcedureHistoryMember
public class ProcedureHistoryMember
Class represents a timestamp in a procedure history. This class was taken from the SOS service implementation
| Constructor Summary | |
|---|---|
ProcedureHistoryMember(net.opengis.sensorML.x101.EventListDocument.EventList.Member m)
|
|
ProcedureHistoryMember(String procIDp,
com.vividsolutions.jts.geom.Point positionp,
boolean isActivep,
boolean isMobilep,
Date timeStampp)
constructor |
|
| Method Summary | |
|---|---|
Date |
getDate()
Returns the timeStamp of this history event |
String |
getName()
|
com.vividsolutions.jts.geom.Point |
getPosition()
Returns the position of the sensor at this history event |
String |
getProcID()
Returns id of sensor of this history event |
boolean |
isActive()
Returns true, if sensor is active, false otherwise |
boolean |
isMobile()
Returns true, if sensor is mobile, false otherwise |
static com.vividsolutions.jts.geom.Point |
parsePointPosition(net.opengis.swe.x101.PositionType xb_positionType)
parses point position of SensorML system |
void |
setActive(boolean isActive)
sets the isActive property |
void |
setDate(Date timeStamp)
sets the timeStamp of this history event |
void |
setMobile(boolean isMobile)
sets the isMobile property to the passed value |
void |
setName(String name)
|
void |
setPosition(com.vividsolutions.jts.geom.Point position)
sets the position of this sensor at the history event |
void |
setProcID(String procID)
sets id of sensor of this history event |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcedureHistoryMember(String procIDp,
com.vividsolutions.jts.geom.Point positionp,
boolean isActivep,
boolean isMobilep,
Date timeStampp)
procIDp - id of sensorpositionp - position of sensorisActivep - status of sensor (active or inactive)isMobilep - mobility of sensor (mobile or fixed)date - time stamp of eventpublic ProcedureHistoryMember(net.opengis.sensorML.x101.EventListDocument.EventList.Member m)
m - | Method Detail |
|---|
public boolean isActive()
public void setActive(boolean isActive)
isActive - the isActive to setpublic boolean isMobile()
public void setMobile(boolean isMobile)
isMobile - the isMobile to setpublic com.vividsolutions.jts.geom.Point getPosition()
public void setPosition(com.vividsolutions.jts.geom.Point position)
position - the position to setpublic String getProcID()
public void setProcID(String procID)
procID - the procID to setpublic Date getDate()
public void setDate(Date timeStamp)
timeStamp - the timeStamp to setpublic String getName()
public void setName(String name)
name - the name to setpublic static com.vividsolutions.jts.geom.Point parsePointPosition(net.opengis.swe.x101.PositionType xb_positionType)
xb_positionType - XMLBeans representation of position, which should represent point position of sensor system
OwsExceptionReport - if parsing of point position failedpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||