Package net.opengis.sensorml.v20
Interface SimpleProcess
- All Superinterfaces:
AbstractFeature,AbstractGML,AbstractProcess,DescribedObject,IFeature,IProcedure,IResource,Serializable
- All Known Subinterfaces:
PhysicalComponent
- All Known Implementing Classes:
PhysicalComponentImpl,SimpleProcessImpl
POJO class for XML type SimpleProcessType(@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 TypeMethodDescriptionGets the method propertyGets extra info (name, xlink, etc.) carried by the method propertybooleanChecks if method is setvoidsetMethod(ProcessMethod method) Sets the method propertyMethods inherited from interface net.opengis.gml.v32.AbstractFeature
getBoundedBy, getGeometryProperty, isSetBoundedBy, isSetGeometry, setBoundedByAsEnvelope, setGeometryMethods 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, setUniqueIdentifierMethods 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, setTypeOfMethods 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, setLangMethods inherited from interface org.vast.ogc.gml.IFeature
getGeometry, getId, getProperties, getQName, getUniqueIdentifier, getValidTime, hasCustomGeomProperty, hasCustomTimePropertyMethods inherited from interface org.vast.util.IResource
getDescription, getName
-
Field Details
-
DEFAULT_QNAME
-
-
Method Details
-
getMethod
ProcessMethod getMethod()Gets the method property -
getMethodProperty
OgcProperty<ProcessMethod> getMethodProperty()Gets extra info (name, xlink, etc.) carried by the method property -
isSetMethod
boolean isSetMethod()Checks if method is set -
setMethod
Sets the method property
-