Uses of Interface
net.opengis.gml311.AbstractTimeComplexType
-
Packages that use AbstractTimeComplexType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTimeComplexType in net.opengis.gml311
Subinterfaces of AbstractTimeComplexType in net.opengis.gml311 Modifier and Type Interface Description interface
TimeTopologyComplexType
A representation of the model object 'Time Topology Complex Type'.Methods in net.opengis.gml311 that return AbstractTimeComplexType Modifier and Type Method Description AbstractTimeComplexType
DocumentRoot. getTimeComplex()
Returns the value of the 'Time Complex' containment reference. -
Uses of AbstractTimeComplexType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTimeComplexType Modifier and Type Class Description class
AbstractTimeComplexTypeImpl
An implementation of the model object 'Abstract Time Complex Type'.class
TimeTopologyComplexTypeImpl
An implementation of the model object 'Time Topology Complex Type'.Methods in net.opengis.gml311.impl that return AbstractTimeComplexType Modifier and Type Method Description AbstractTimeComplexType
DocumentRootImpl. getTimeComplex()
Methods in net.opengis.gml311.impl with parameters of type AbstractTimeComplexType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeComplex(AbstractTimeComplexType newTimeComplex, NotificationChain msgs)
-
Uses of AbstractTimeComplexType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTimeComplexType Modifier and Type Method Description T
Gml311Switch. caseAbstractTimeComplexType(AbstractTimeComplexType object)
Returns the result of interpreting the object as an instance of 'Abstract Time Complex Type'.boolean
Gml311Validator. validateAbstractTimeComplexType(AbstractTimeComplexType abstractTimeComplexType, DiagnosticChain diagnostics, Map<Object,Object> context)
-