org.opengis.observation
Interface ProcessSystem
- All Superinterfaces:
- Process
@UML(identifier="ProcessSystem",
specification=OGC_07022)
public interface ProcessSystem- extends Process
ProcessSystem aggregates sub-processes, which may apply either in parallel (as a
process package) or sequentially (in a processing chain) or a mixture.
- Since:
- GeoAPI 2.3
- Version:
- Implementation specification 1.0
getComponent
@UML(identifier="component",
obligation=MANDATORY,
specification=OGC_07022)
List<Process> getComponent()
Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.