public abstract class AbstractSensorMLBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected net.opengis.sensorML.x101.SensorMLDocument |
xbSensorMLDocument |
protected net.opengis.sensorML.x101.SystemType |
xbSystem |
| Constructor and Description |
|---|
AbstractSensorMLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract net.opengis.sensorML.x101.SensorMLDocument |
build() |
protected void |
createClassifier(net.opengis.sensorML.x101.ClassificationDocument.Classification.ClassifierList xbClassifierList,
String name,
String definition,
String codeSpaceHref,
String value) |
protected void |
createDescription(String description) |
protected void |
createIdentifier(net.opengis.sensorML.x101.IdentificationDocument.Identification.IdentifierList xbIdentifierList,
String name,
String definition,
String valueString) |
protected void |
createName(String name) |
protected void |
createOffering(AbstractSosAsset asset)
Produces the XML below
|
protected void |
createParentProcedures(List<? extends AbstractSosAsset> parents)
Produces the XML below
|
protected void |
createSpecialCapabilities(String capabilitiesName,
String definition,
Map<String,String> nameValueMap)
Produces the XML below
|
protected net.opengis.sensorML.x101.SensorMLDocument xbSensorMLDocument
protected net.opengis.sensorML.x101.SystemType xbSystem
public abstract net.opengis.sensorML.x101.SensorMLDocument build()
protected void createIdentifier(net.opengis.sensorML.x101.IdentificationDocument.Identification.IdentifierList xbIdentifierList,
String name,
String definition,
String valueString)
protected void createClassifier(net.opengis.sensorML.x101.ClassificationDocument.Classification.ClassifierList xbClassifierList,
String name,
String definition,
String codeSpaceHref,
String value)
protected void createDescription(String description)
protected void createName(String name)
protected void createParentProcedures(List<? extends AbstractSosAsset> parents)
protected void createOffering(AbstractSosAsset asset)
Copyright © 2014. All Rights Reserved.