Uses of Interface
net.opengis.gml311.AbstractTimeObjectType
-
Packages that use AbstractTimeObjectType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTimeObjectType in net.opengis.gml311
Subinterfaces of AbstractTimeObjectType in net.opengis.gml311 Modifier and Type Interface Description interface
AbstractTimeComplexType
A representation of the model object 'Abstract Time Complex Type'.interface
AbstractTimeGeometricPrimitiveType
A representation of the model object 'Abstract Time Geometric Primitive Type'.interface
AbstractTimePrimitiveType
A representation of the model object 'Abstract Time Primitive Type'.interface
AbstractTimeTopologyPrimitiveType
A representation of the model object 'Abstract Time Topology Primitive Type'.interface
TimeEdgeType
A representation of the model object 'Time Edge Type'.interface
TimeInstantType
A representation of the model object 'Time Instant Type'.interface
TimeNodeType
A representation of the model object 'Time Node Type'.interface
TimePeriodType
A representation of the model object 'Time Period Type'.interface
TimeTopologyComplexType
A representation of the model object 'Time Topology Complex Type'.Methods in net.opengis.gml311 that return AbstractTimeObjectType Modifier and Type Method Description AbstractTimeObjectType
DocumentRoot. getTimeObject()
Returns the value of the 'Time Object' containment reference.AbstractTimeObjectType
DomainSetType. getTimeObject()
Returns the value of the 'Time Object' containment reference. -
Uses of AbstractTimeObjectType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTimeObjectType Modifier and Type Class Description class
AbstractTimeComplexTypeImpl
An implementation of the model object 'Abstract Time Complex Type'.class
AbstractTimeGeometricPrimitiveTypeImpl
An implementation of the model object 'Abstract Time Geometric Primitive Type'.class
AbstractTimeObjectTypeImpl
An implementation of the model object 'Abstract Time Object Type'.class
AbstractTimePrimitiveTypeImpl
An implementation of the model object 'Abstract Time Primitive Type'.class
AbstractTimeTopologyPrimitiveTypeImpl
An implementation of the model object 'Abstract Time Topology Primitive Type'.class
TimeEdgeTypeImpl
An implementation of the model object 'Time Edge Type'.class
TimeInstantTypeImpl
An implementation of the model object 'Time Instant Type'.class
TimeNodeTypeImpl
An implementation of the model object 'Time Node Type'.class
TimePeriodTypeImpl
An implementation of the model object 'Time Period Type'.class
TimeTopologyComplexTypeImpl
An implementation of the model object 'Time Topology Complex Type'.Methods in net.opengis.gml311.impl that return AbstractTimeObjectType Modifier and Type Method Description AbstractTimeObjectType
DocumentRootImpl. getTimeObject()
AbstractTimeObjectType
DomainSetTypeImpl. getTimeObject()
Methods in net.opengis.gml311.impl with parameters of type AbstractTimeObjectType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeObject(AbstractTimeObjectType newTimeObject, NotificationChain msgs)
NotificationChain
DomainSetTypeImpl. basicSetTimeObject(AbstractTimeObjectType newTimeObject, NotificationChain msgs)
-
Uses of AbstractTimeObjectType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTimeObjectType Modifier and Type Method Description T
Gml311Switch. caseAbstractTimeObjectType(AbstractTimeObjectType object)
Returns the result of interpreting the object as an instance of 'Abstract Time Object Type'.boolean
Gml311Validator. validateAbstractTimeObjectType(AbstractTimeObjectType abstractTimeObjectType, DiagnosticChain diagnostics, Map<Object,Object> context)
-