Uses of Class
net.opengis.wps.v_2_0.Data
-
-
Uses of Data in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 declared as Data Modifier and Type Field Description protected DataDataInputType. dataprotected DataDataOutputType. dataMethods in net.opengis.wps.v_2_0 that return Data Modifier and Type Method Description DataObjectFactory. createData()Create an instance ofDataDataDataInputType. getData()Gets the value of the data property.DataDataOutputType. getData()Gets the value of the data property.DataData. withContent(Serializable... values)DataData. withContent(Collection<Serializable> values)DataData. withContent(List<Serializable> value)DataData. withEncoding(String value)DataData. withMimeType(String value)DataData. withSchema(String value)Methods in net.opengis.wps.v_2_0 with parameters of type Data Modifier and Type Method Description voidDataInputType. setData(Data value)Sets the value of the data property.voidDataOutputType. setData(Data value)Sets the value of the data property.DataInputTypeDataInputType. withData(Data value)DataOutputTypeDataOutputType. withData(Data value)Constructors in net.opengis.wps.v_2_0 with parameters of type Data Constructor Description DataInputType(Data data, ReferenceType reference, List<DataInputType> input, String id)Fully-initialising value constructorDataOutputType(Data data, ReferenceType reference, DataOutputType output, String id)Fully-initialising value constructor
-