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 interfaceTimeTopologyComplexTypeA representation of the model object 'Time Topology Complex Type'.Methods in net.opengis.gml311 that return AbstractTimeComplexType Modifier and Type Method Description AbstractTimeComplexTypeDocumentRoot. 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 classAbstractTimeComplexTypeImplAn implementation of the model object 'Abstract Time Complex Type'.classTimeTopologyComplexTypeImplAn implementation of the model object 'Time Topology Complex Type'.Methods in net.opengis.gml311.impl that return AbstractTimeComplexType Modifier and Type Method Description AbstractTimeComplexTypeDocumentRootImpl. getTimeComplex()Methods in net.opengis.gml311.impl with parameters of type AbstractTimeComplexType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractTimeComplexType(AbstractTimeComplexType object)Returns the result of interpreting the object as an instance of 'Abstract Time Complex Type'.booleanGml311Validator. validateAbstractTimeComplexType(AbstractTimeComplexType abstractTimeComplexType, DiagnosticChain diagnostics, Map<Object,Object> context)
-