Uses of Interface
net.opengis.tsml.x10.PointMetadataType
-
Packages that use PointMetadataType Package Description net.opengis.tsml.x10 net.opengis.tsml.x10.impl -
-
Uses of PointMetadataType in net.opengis.tsml.x10
Methods in net.opengis.tsml.x10 that return PointMetadataType Modifier and Type Method Description PointMetadataTypePointMetadataDocument. addNewPointMetadata()Appends and returns a new empty "PointMetadata" elementPointMetadataTypePointMetadataPropertyType. addNewPointMetadata()Appends and returns a new empty "PointMetadata" elementPointMetadataTypeTimeseriesMetadataExtensionType.DefaultPointMetadata. addNewPointMetadata()Appends and returns a new empty "PointMetadata" elementPointMetadataTypeTimeseriesTVPType.DefaultPointMetadata. addNewPointMetadata()Appends and returns a new empty "PointMetadata" elementPointMetadataTypePointMetadataDocument. getPointMetadata()Gets the "PointMetadata" elementPointMetadataTypePointMetadataPropertyType. getPointMetadata()Gets the "PointMetadata" elementPointMetadataTypeTimeseriesMetadataExtensionType.DefaultPointMetadata. getPointMetadata()Gets the "PointMetadata" elementPointMetadataTypeTimeseriesTVPType.DefaultPointMetadata. getPointMetadata()Gets the "PointMetadata" elementstatic PointMetadataTypePointMetadataType.Factory. newInstance()static PointMetadataTypePointMetadataType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PointMetadataTypePointMetadataType.Factory. parse(File file)static PointMetadataTypePointMetadataType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PointMetadataTypePointMetadataType.Factory. parse(InputStream is)static PointMetadataTypePointMetadataType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PointMetadataTypePointMetadataType.Factory. parse(Reader r)static PointMetadataTypePointMetadataType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PointMetadataTypePointMetadataType.Factory. parse(String xmlAsString)static PointMetadataTypePointMetadataType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PointMetadataTypePointMetadataType.Factory. parse(URL u)static PointMetadataTypePointMetadataType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PointMetadataTypePointMetadataType.Factory. parse(XMLStreamReader sr)static PointMetadataTypePointMetadataType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PointMetadataTypePointMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PointMetadataTypePointMetadataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PointMetadataTypePointMetadataType.Factory. parse(Node node)static PointMetadataTypePointMetadataType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.tsml.x10 with parameters of type PointMetadataType Modifier and Type Method Description voidPointMetadataDocument. setPointMetadata(PointMetadataType pointMetadata)Sets the "PointMetadata" elementvoidPointMetadataPropertyType. setPointMetadata(PointMetadataType pointMetadata)Sets the "PointMetadata" elementvoidTimeseriesMetadataExtensionType.DefaultPointMetadata. setPointMetadata(PointMetadataType pointMetadata)Sets the "PointMetadata" elementvoidTimeseriesTVPType.DefaultPointMetadata. setPointMetadata(PointMetadataType pointMetadata)Sets the "PointMetadata" element -
Uses of PointMetadataType in net.opengis.tsml.x10.impl
Classes in net.opengis.tsml.x10.impl that implement PointMetadataType Modifier and Type Class Description classPointMetadataTypeImplAn XML PointMetadataType(@http://www.opengis.net/tsml/1.0).Methods in net.opengis.tsml.x10.impl that return PointMetadataType Modifier and Type Method Description PointMetadataTypePointMetadataDocumentImpl. addNewPointMetadata()Appends and returns a new empty "PointMetadata" elementPointMetadataTypePointMetadataPropertyTypeImpl. addNewPointMetadata()Appends and returns a new empty "PointMetadata" elementPointMetadataTypeTimeseriesMetadataExtensionTypeImpl.DefaultPointMetadataImpl. addNewPointMetadata()Appends and returns a new empty "PointMetadata" elementPointMetadataTypeTimeseriesTVPTypeImpl.DefaultPointMetadataImpl. addNewPointMetadata()Appends and returns a new empty "PointMetadata" elementPointMetadataTypePointMetadataDocumentImpl. getPointMetadata()Gets the "PointMetadata" elementPointMetadataTypePointMetadataPropertyTypeImpl. getPointMetadata()Gets the "PointMetadata" elementPointMetadataTypeTimeseriesMetadataExtensionTypeImpl.DefaultPointMetadataImpl. getPointMetadata()Gets the "PointMetadata" elementPointMetadataTypeTimeseriesTVPTypeImpl.DefaultPointMetadataImpl. getPointMetadata()Gets the "PointMetadata" elementMethods in net.opengis.tsml.x10.impl with parameters of type PointMetadataType Modifier and Type Method Description voidPointMetadataDocumentImpl. setPointMetadata(PointMetadataType pointMetadata)Sets the "PointMetadata" elementvoidPointMetadataPropertyTypeImpl. setPointMetadata(PointMetadataType pointMetadata)Sets the "PointMetadata" elementvoidTimeseriesMetadataExtensionTypeImpl.DefaultPointMetadataImpl. setPointMetadata(PointMetadataType pointMetadata)Sets the "PointMetadata" elementvoidTimeseriesTVPTypeImpl.DefaultPointMetadataImpl. setPointMetadata(PointMetadataType pointMetadata)Sets the "PointMetadata" element
-