public interface AbstractPhysicalProcess extends AbstractProcess
DEFAULT_NS_URI
Modifier and Type | Method and Description |
---|---|
void |
addLocalReferenceFrame(SpatialFrame localReferenceFrame)
Adds a new localReferenceFrame property
|
void |
addLocalTimeFrame(TemporalFrame localTimeFrame)
Adds a new localTimeFrame property
|
void |
addPositionAsAbstractProcess(AbstractProcess position)
Adds a new positionAsAbstractProcess property
|
void |
addPositionAsDataArray1(DataArray position)
Adds a new positionAsDataArray1 property
|
void |
addPositionAsDataRecord(DataRecord position)
Adds a new positionAsDataRecord property
|
void |
addPositionAsPoint(net.opengis.gml.v32.Point position)
Adds a new positionAsPoint property
|
void |
addPositionAsText(Text position)
Adds a new positionAsText property
|
void |
addPositionAsVector(Vector position)
Adds a new positionAsVector property
|
void |
addTimePosition(Time timePosition)
Adds a new timePosition property
|
net.opengis.gml.v32.Reference |
getAttachedTo()
Gets the attachedTo property
|
java.util.List<SpatialFrame> |
getLocalReferenceFrameList()
Gets the list of localReferenceFrame properties
|
java.util.List<TemporalFrame> |
getLocalTimeFrameList()
Gets the list of localTimeFrame properties
|
int |
getNumLocalReferenceFrames()
Returns number of localReferenceFrame properties
|
int |
getNumLocalTimeFrames()
Returns number of localTimeFrame properties
|
int |
getNumPositions()
Returns number of position properties
|
int |
getNumTimePositions()
Returns number of timePosition properties
|
OgcPropertyList<java.io.Serializable> |
getPositionList()
Gets the list of position properties
|
OgcPropertyList<Time> |
getTimePositionList()
Gets the list of timePosition properties
|
boolean |
isSetAttachedTo()
Checks if attachedTo is set
|
void |
setAttachedTo(net.opengis.gml.v32.Reference attachedTo)
Sets the attachedTo property
|
addInput, addInput, addInput, addModes, addOutput, addOutput, addOutput, addParameter, addParameter, addParameter, getConfiguration, getDefinition, getFeaturesOfInterest, getInput, getInputComponent, getInputList, getModesList, getNumInputs, getNumModes, getNumOutputs, getNumParameters, getOutput, getOutputComponent, getOutputList, getParameter, getParameterComponent, getParameterList, getTypeOf, isExecutable, isSetConfiguration, isSetDefinition, isSetFeaturesOfInterest, isSetTypeOf, setConfiguration, setDefinition, setFeaturesOfInterest, setTypeOf
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
getBoundedBy, getLocation, getLocationProperty, getQName, isSetBoundedBy, isSetLocation, setBoundedByAsEnvelope, setLocation
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
net.opengis.gml.v32.Reference getAttachedTo()
boolean isSetAttachedTo()
void setAttachedTo(net.opengis.gml.v32.Reference attachedTo)
java.util.List<SpatialFrame> getLocalReferenceFrameList()
int getNumLocalReferenceFrames()
void addLocalReferenceFrame(SpatialFrame localReferenceFrame)
java.util.List<TemporalFrame> getLocalTimeFrameList()
int getNumLocalTimeFrames()
void addLocalTimeFrame(TemporalFrame localTimeFrame)
OgcPropertyList<java.io.Serializable> getPositionList()
int getNumPositions()
void addPositionAsText(Text position)
void addPositionAsPoint(net.opengis.gml.v32.Point position)
void addPositionAsVector(Vector position)
void addPositionAsDataRecord(DataRecord position)
void addPositionAsDataArray1(DataArray position)
void addPositionAsAbstractProcess(AbstractProcess position)
OgcPropertyList<Time> getTimePositionList()
int getNumTimePositions()
void addTimePosition(Time timePosition)