Uses of Interface
net.opengis.gml.AbstractTimeObjectType
-
Packages that use AbstractTimeObjectType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractTimeObjectType in net.opengis.gml
Subinterfaces of AbstractTimeObjectType in net.opengis.gml Modifier and Type Interface Description interfaceAbstractTimeComplexTypeAn XML AbstractTimeComplexType(@http://www.opengis.net/gml).interfaceAbstractTimeGeometricPrimitiveTypeAn XML AbstractTimeGeometricPrimitiveType(@http://www.opengis.net/gml).interfaceAbstractTimePrimitiveTypeAn XML AbstractTimePrimitiveType(@http://www.opengis.net/gml).interfaceAbstractTimeTopologyPrimitiveTypeAn XML AbstractTimeTopologyPrimitiveType(@http://www.opengis.net/gml).interfaceTimeEdgeTypeAn XML TimeEdgeType(@http://www.opengis.net/gml).interfaceTimeInstantTypeAn XML TimeInstantType(@http://www.opengis.net/gml).interfaceTimeNodeTypeAn XML TimeNodeType(@http://www.opengis.net/gml).interfaceTimePeriodTypeAn XML TimePeriodType(@http://www.opengis.net/gml).interfaceTimeTopologyComplexTypeAn XML TimeTopologyComplexType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractTimeObjectType Modifier and Type Method Description AbstractTimeObjectTypeDomainSetType. addNewTimeObject()Appends and returns a new empty "_TimeObject" elementAbstractTimeObjectTypeTimeObjectDocument. addNewTimeObject()Appends and returns a new empty "_TimeObject" elementAbstractTimeObjectTypeDomainSetType. getTimeObject()Gets the "_TimeObject" elementAbstractTimeObjectTypeTimeObjectDocument. getTimeObject()Gets the "_TimeObject" elementstatic AbstractTimeObjectTypeAbstractTimeObjectType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractTimeObjectTypeAbstractTimeObjectType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(File file)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(InputStream is)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(Reader r)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(String xmlAsString)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(URL u)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(XMLStreamReader sr)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(Node node)static AbstractTimeObjectTypeAbstractTimeObjectType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractTimeObjectType Modifier and Type Method Description voidDomainSetType. setTimeObject(AbstractTimeObjectType timeObject)Sets the "_TimeObject" elementvoidTimeObjectDocument. setTimeObject(AbstractTimeObjectType timeObject)Sets the "_TimeObject" element -
Uses of AbstractTimeObjectType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractTimeObjectType Modifier and Type Class Description classAbstractTimeComplexTypeImplAn XML AbstractTimeComplexType(@http://www.opengis.net/gml).classAbstractTimeGeometricPrimitiveTypeImplAn XML AbstractTimeGeometricPrimitiveType(@http://www.opengis.net/gml).classAbstractTimeObjectTypeImplAn XML AbstractTimeObjectType(@http://www.opengis.net/gml).classAbstractTimePrimitiveTypeImplAn XML AbstractTimePrimitiveType(@http://www.opengis.net/gml).classAbstractTimeTopologyPrimitiveTypeImplAn XML AbstractTimeTopologyPrimitiveType(@http://www.opengis.net/gml).classTimeEdgeTypeImplAn XML TimeEdgeType(@http://www.opengis.net/gml).classTimeInstantTypeImplAn XML TimeInstantType(@http://www.opengis.net/gml).classTimeNodeTypeImplAn XML TimeNodeType(@http://www.opengis.net/gml).classTimePeriodTypeImplAn XML TimePeriodType(@http://www.opengis.net/gml).classTimeTopologyComplexTypeImplAn XML TimeTopologyComplexType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractTimeObjectType Modifier and Type Method Description AbstractTimeObjectTypeDomainSetTypeImpl. addNewTimeObject()Appends and returns a new empty "_TimeObject" elementAbstractTimeObjectTypeTimeObjectDocumentImpl. addNewTimeObject()Appends and returns a new empty "_TimeObject" elementAbstractTimeObjectTypeDomainSetTypeImpl. getTimeObject()Gets the "_TimeObject" elementAbstractTimeObjectTypeTimeObjectDocumentImpl. getTimeObject()Gets the "_TimeObject" elementMethods in net.opengis.gml.impl with parameters of type AbstractTimeObjectType Modifier and Type Method Description voidDomainSetTypeImpl. setTimeObject(AbstractTimeObjectType timeObject)Sets the "_TimeObject" elementvoidTimeObjectDocumentImpl. setTimeObject(AbstractTimeObjectType timeObject)Sets the "_TimeObject" element
-