Uses of Interface
net.opengis.gml.HistoryPropertyType
-
Packages that use HistoryPropertyType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of HistoryPropertyType in net.opengis.gml
Subinterfaces of HistoryPropertyType in net.opengis.gml Modifier and Type Interface Description interfaceTrackTypeAn XML TrackType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return HistoryPropertyType Modifier and Type Method Description HistoryPropertyTypeDynamicFeatureCollectionType. addNewHistory()Appends and returns a new empty "history" elementHistoryPropertyTypeDynamicFeatureType. addNewHistory()Appends and returns a new empty "history" elementHistoryPropertyTypeHistoryDocument. addNewHistory()Appends and returns a new empty "history" elementHistoryPropertyTypeDynamicFeatureCollectionType. getHistory()Gets the "history" elementHistoryPropertyTypeDynamicFeatureType. getHistory()Gets the "history" elementHistoryPropertyTypeHistoryDocument. getHistory()Gets the "history" elementstatic HistoryPropertyTypeHistoryPropertyType.Factory. newInstance()static HistoryPropertyTypeHistoryPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(File file)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(InputStream is)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(Reader r)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(String xmlAsString)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(URL u)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(XMLStreamReader sr)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic HistoryPropertyTypeHistoryPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic HistoryPropertyTypeHistoryPropertyType.Factory. parse(Node node)static HistoryPropertyTypeHistoryPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type HistoryPropertyType Modifier and Type Method Description voidDynamicFeatureCollectionType. setHistory(HistoryPropertyType history)Sets the "history" elementvoidDynamicFeatureType. setHistory(HistoryPropertyType history)Sets the "history" elementvoidHistoryDocument. setHistory(HistoryPropertyType history)Sets the "history" element -
Uses of HistoryPropertyType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement HistoryPropertyType Modifier and Type Class Description classHistoryPropertyTypeImplAn XML HistoryPropertyType(@http://www.opengis.net/gml).classTrackTypeImplAn XML TrackType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return HistoryPropertyType Modifier and Type Method Description HistoryPropertyTypeDynamicFeatureCollectionTypeImpl. addNewHistory()Appends and returns a new empty "history" elementHistoryPropertyTypeDynamicFeatureTypeImpl. addNewHistory()Appends and returns a new empty "history" elementHistoryPropertyTypeHistoryDocumentImpl. addNewHistory()Appends and returns a new empty "history" elementHistoryPropertyTypeDynamicFeatureCollectionTypeImpl. getHistory()Gets the "history" elementHistoryPropertyTypeDynamicFeatureTypeImpl. getHistory()Gets the "history" elementHistoryPropertyTypeHistoryDocumentImpl. getHistory()Gets the "history" elementMethods in net.opengis.gml.impl with parameters of type HistoryPropertyType Modifier and Type Method Description voidDynamicFeatureCollectionTypeImpl. setHistory(HistoryPropertyType history)Sets the "history" elementvoidDynamicFeatureTypeImpl. setHistory(HistoryPropertyType history)Sets the "history" elementvoidHistoryDocumentImpl. setHistory(HistoryPropertyType history)Sets the "history" element
-