@Deprecated public abstract class ObservationBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
parameters
Deprecated.
|
protected QName |
type
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ObservationBuilder()
Deprecated.
Empty constructor, which is only used to hide direct instantiation.
|
Modifier and Type | Method and Description |
---|---|
void |
addFoiDescription(String foiDescription)
Deprecated.
|
void |
addFoiId(String foiId)
Deprecated.
|
void |
addFoiPosition(String foiPosition)
Deprecated.
|
void |
addNewFoiName(String foiName)
Deprecated.
|
void |
addObservedProperty(String observedProperty)
Deprecated.
|
void |
addSamplingTime(String samplingTime)
Deprecated.
|
void |
addSrsPosition(String srsPosition)
Deprecated.
|
static BooleanObservationBuilder |
createObservationForTypeBoolean()
Deprecated.
Creates an observation builder with type specific parameter setters for truth observations.
|
static CountObservationBuilder |
createObservationForTypeCount()
Deprecated.
Creates an observation builder with type specific parameter setters for count observations.
|
static MeasurementBuilder |
createObservationForTypeMeasurement()
Deprecated.
Creates an observation builder with type specific parameter setters for measurements.
|
static TextObservationBuilder |
createObservationForTypeText()
Deprecated.
Creates an observation builder with type specific parameter setters for category observations.
|
Map<String,String> |
getParameters()
Deprecated.
Return all parameters of this observation description.
|
QName |
getType()
Deprecated.
Return the type of Observation.
|
void |
removeParameter(String parameter)
Deprecated.
Removes a certain parameter from the list.
|
protected QName type
protected ObservationBuilder()
public static MeasurementBuilder createObservationForTypeMeasurement()
public static TextObservationBuilder createObservationForTypeText()
public static BooleanObservationBuilder createObservationForTypeBoolean()
public static CountObservationBuilder createObservationForTypeCount()
public Map<String,String> getParameters()
public QName getType()
public void removeParameter(String parameter)
parameter
- public void addSamplingTime(String samplingTime)
public void addFoiId(String foiId)
public void addNewFoiName(String foiName)
public void addFoiDescription(String foiDescription)
public void addFoiPosition(String foiPosition)
public void addSrsPosition(String srsPosition)
public void addObservedProperty(String observedProperty)
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.