Uses of Interface
net.opengis.sampling.x20.SFProcessPropertyType
-
Packages that use SFProcessPropertyType Package Description net.opengis.sampling.x20 net.opengis.sampling.x20.impl net.opengis.samplingSpecimen.x20 net.opengis.samplingSpecimen.x20.impl -
-
Uses of SFProcessPropertyType in net.opengis.sampling.x20
Methods in net.opengis.sampling.x20 that return SFProcessPropertyType Modifier and Type Method Description static SFProcessPropertyTypeSFProcessPropertyType.Factory. newInstance()static SFProcessPropertyTypeSFProcessPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(File file)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(InputStream is)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(Reader r)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(String xmlAsString)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(URL u)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(XMLStreamReader sr)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(Node node)static SFProcessPropertyTypeSFProcessPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SFProcessPropertyType in net.opengis.sampling.x20.impl
Classes in net.opengis.sampling.x20.impl that implement SFProcessPropertyType Modifier and Type Class Description classSFProcessPropertyTypeImplAn XML SF_ProcessPropertyType(@http://www.opengis.net/sampling/2.0). -
Uses of SFProcessPropertyType in net.opengis.samplingSpecimen.x20
Methods in net.opengis.samplingSpecimen.x20 that return SFProcessPropertyType Modifier and Type Method Description SFProcessPropertyTypeSFSpecimenType. addNewSamplingMethod()Appends and returns a new empty "samplingMethod" elementSFProcessPropertyTypeSFSpecimenType. getSamplingMethod()Gets the "samplingMethod" elementMethods in net.opengis.samplingSpecimen.x20 with parameters of type SFProcessPropertyType Modifier and Type Method Description voidSFSpecimenType. setSamplingMethod(SFProcessPropertyType samplingMethod)Sets the "samplingMethod" element -
Uses of SFProcessPropertyType in net.opengis.samplingSpecimen.x20.impl
Methods in net.opengis.samplingSpecimen.x20.impl that return SFProcessPropertyType Modifier and Type Method Description SFProcessPropertyTypeSFSpecimenTypeImpl. addNewSamplingMethod()Appends and returns a new empty "samplingMethod" elementSFProcessPropertyTypeSFSpecimenTypeImpl. getSamplingMethod()Gets the "samplingMethod" elementMethods in net.opengis.samplingSpecimen.x20.impl with parameters of type SFProcessPropertyType Modifier and Type Method Description voidSFSpecimenTypeImpl. setSamplingMethod(SFProcessPropertyType samplingMethod)Sets the "samplingMethod" element
-