Package net.opengis.sensorml.v20
Interface AggregateProcess
- All Superinterfaces:
AbstractFeature
,AbstractGML
,AbstractProcess
,DescribedObject
,IFeature
,IProcedure
,IResource
,Serializable
- All Known Subinterfaces:
PhysicalSystem
- All Known Implementing Classes:
AggregateProcessImpl
,PhysicalSystemImpl
POJO class for XML type AggregateProcessType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface net.opengis.sensorml.v20.DescribedObject
DEFAULT_NS_URI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addComponent
(String name, AbstractProcess component) Adds a new componentvoid
addConnection
(Link connection) Adds a new connectiongetComponent
(String name) Gets the component with the given nameGets the list of componentsGets the list of connectionsint
Returns number of componentsint
Returns number of connectionsMethods inherited from interface net.opengis.gml.v32.AbstractFeature
getBoundedBy, getGeometryProperty, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometry
Methods inherited from interface net.opengis.gml.v32.AbstractGML
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
Methods inherited from interface net.opengis.sensorml.v20.AbstractProcess
addInput, addInput, addInput, addInput, addModes, addOutput, addOutput, addOutput, addOutput, addParameter, addParameter, addParameter, addParameter, getConfiguration, getDefinition, getFeaturesOfInterest, getInput, getInputComponent, getInputList, getLocation, getModesList, getNumInputs, getNumModes, getNumOutputs, getNumParameters, getOutput, getOutputComponent, getOutputList, getParameter, getParameterComponent, getParameterList, getType, getTypeOf, isSetConfiguration, isSetDefinition, isSetFeaturesOfInterest, isSetLocation, isSetTypeOf, setConfiguration, setDefinition, setFeaturesOfInterest, setLocation, setTypeOf
Methods inherited from interface net.opengis.sensorml.v20.DescribedObject
addCapabilities, addCharacteristics, addClassification, addContacts, addDocumentation, addExtension, addHistory, addIdentification, addKeywords, addLegalConstraints, addSecurityConstraints, addValidTimeAsTimeInstant, addValidTimeAsTimePeriod, getCapabilities, getCapabilitiesList, getCharacteristics, getCharacteristicsList, getClassificationList, getContactsList, getDocumentationList, getExtensionList, getHistoryList, getIdentificationList, getKeywordsList, getLang, getLegalConstraintsList, getNumCapabilities, getNumCharacteristics, getNumClassifications, getNumContacts, getNumDocumentations, getNumExtensions, getNumHistorys, getNumIdentifications, getNumKeywords, getNumLegalConstraints, getNumSecurityConstraints, getNumValidTimes, getSecurityConstraintsList, getValidTimeList, isSetLang, setLang
Methods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getProperties, getQName, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimeProperty
Methods inherited from interface org.vast.util.IResource
getDescription, getName
-
Field Details
-
DEFAULT_QNAME
-
-
Method Details
-
getComponentList
OgcPropertyList<AbstractProcess> getComponentList()Gets the list of components -
getNumComponents
int getNumComponents()Returns number of components -
getComponent
Gets the component with the given name -
addComponent
Adds a new component -
getConnectionList
Gets the list of connections -
getNumConnections
int getNumConnections()Returns number of connections -
addConnection
Adds a new connection
-