Uses of Interface
net.opengis.sensorml.x20.OutputListType.Output
-
Packages that use OutputListType.Output Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of OutputListType.Output in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return OutputListType.Output Modifier and Type Method Description OutputListType.OutputOutputListType. addNewOutput()Appends and returns a new empty value (as xml) as the last "output" elementOutputListType.Output[]OutputListType. getOutputArray()Gets array of all "output" elementsOutputListType.OutputOutputListType. getOutputArray(int i)Gets ith "output" elementOutputListType.OutputOutputListType. insertNewOutput(int i)Inserts and returns a new empty value (as xml) as the ith "output" elementstatic OutputListType.OutputOutputListType.Output.Factory. newInstance()static OutputListType.OutputOutputListType.Output.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type OutputListType.Output Modifier and Type Method Description voidOutputListType. setOutputArray(int i, OutputListType.Output output)Sets ith "output" elementvoidOutputListType. setOutputArray(OutputListType.Output[] outputArray)Sets array of all "output" element -
Uses of OutputListType.Output in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement OutputListType.Output Modifier and Type Class Description static classOutputListTypeImpl.OutputImplAn XML output(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return OutputListType.Output Modifier and Type Method Description OutputListType.OutputOutputListTypeImpl. addNewOutput()Appends and returns a new empty value (as xml) as the last "output" elementOutputListType.Output[]OutputListTypeImpl. getOutputArray()Gets array of all "output" elementsOutputListType.OutputOutputListTypeImpl. getOutputArray(int i)Gets ith "output" elementOutputListType.OutputOutputListTypeImpl. insertNewOutput(int i)Inserts and returns a new empty value (as xml) as the ith "output" elementMethods in net.opengis.sensorml.x20.impl with parameters of type OutputListType.Output Modifier and Type Method Description voidOutputListTypeImpl. setOutputArray(int i, OutputListType.Output output)Sets ith "output" elementvoidOutputListTypeImpl. setOutputArray(OutputListType.Output[] outputArray)Sets array of all "output" element
-