Uses of Interface
net.opengis.sampling.x10.SamplingPointType
-
Packages that use SamplingPointType Package Description net.opengis.sampling.x10 net.opengis.sampling.x10.impl -
-
Uses of SamplingPointType in net.opengis.sampling.x10
Methods in net.opengis.sampling.x10 that return SamplingPointType Modifier and Type Method Description SamplingPointTypeSamplingPointDocument. addNewSamplingPoint()Appends and returns a new empty "SamplingPoint" elementSamplingPointTypeSamplingPointPropertyType. addNewSamplingPoint()Appends and returns a new empty "SamplingPoint" elementSamplingPointTypeSamplingPointDocument. getSamplingPoint()Gets the "SamplingPoint" elementSamplingPointTypeSamplingPointPropertyType. getSamplingPoint()Gets the "SamplingPoint" elementstatic SamplingPointTypeSamplingPointType.Factory. newInstance()static SamplingPointTypeSamplingPointType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SamplingPointTypeSamplingPointType.Factory. parse(File file)static SamplingPointTypeSamplingPointType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SamplingPointTypeSamplingPointType.Factory. parse(InputStream is)static SamplingPointTypeSamplingPointType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SamplingPointTypeSamplingPointType.Factory. parse(Reader r)static SamplingPointTypeSamplingPointType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SamplingPointTypeSamplingPointType.Factory. parse(String xmlAsString)static SamplingPointTypeSamplingPointType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SamplingPointTypeSamplingPointType.Factory. parse(URL u)static SamplingPointTypeSamplingPointType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SamplingPointTypeSamplingPointType.Factory. parse(XMLStreamReader sr)static SamplingPointTypeSamplingPointType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SamplingPointTypeSamplingPointType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SamplingPointTypeSamplingPointType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SamplingPointTypeSamplingPointType.Factory. parse(Node node)static SamplingPointTypeSamplingPointType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sampling.x10 with parameters of type SamplingPointType Modifier and Type Method Description voidSamplingPointDocument. setSamplingPoint(SamplingPointType samplingPoint)Sets the "SamplingPoint" elementvoidSamplingPointPropertyType. setSamplingPoint(SamplingPointType samplingPoint)Sets the "SamplingPoint" element -
Uses of SamplingPointType in net.opengis.sampling.x10.impl
Classes in net.opengis.sampling.x10.impl that implement SamplingPointType Modifier and Type Class Description classSamplingPointTypeImplAn XML SamplingPointType(@http://www.opengis.net/sampling/1.0).Methods in net.opengis.sampling.x10.impl that return SamplingPointType Modifier and Type Method Description SamplingPointTypeSamplingPointDocumentImpl. addNewSamplingPoint()Appends and returns a new empty "SamplingPoint" elementSamplingPointTypeSamplingPointPropertyTypeImpl. addNewSamplingPoint()Appends and returns a new empty "SamplingPoint" elementSamplingPointTypeSamplingPointDocumentImpl. getSamplingPoint()Gets the "SamplingPoint" elementSamplingPointTypeSamplingPointPropertyTypeImpl. getSamplingPoint()Gets the "SamplingPoint" elementMethods in net.opengis.sampling.x10.impl with parameters of type SamplingPointType Modifier and Type Method Description voidSamplingPointDocumentImpl. setSamplingPoint(SamplingPointType samplingPoint)Sets the "SamplingPoint" elementvoidSamplingPointPropertyTypeImpl. setSamplingPoint(SamplingPointType samplingPoint)Sets the "SamplingPoint" element
-