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 interfaceAbstractTimeComplexTypeA representation of the model object 'Abstract Time Complex Type'.interfaceAbstractTimeGeometricPrimitiveTypeA representation of the model object 'Abstract Time Geometric Primitive Type'.interfaceAbstractTimePrimitiveTypeA representation of the model object 'Abstract Time Primitive Type'.interfaceAbstractTimeTopologyPrimitiveTypeA representation of the model object 'Abstract Time Topology Primitive Type'.interfaceTimeEdgeTypeA representation of the model object 'Time Edge Type'.interfaceTimeInstantTypeA representation of the model object 'Time Instant Type'.interfaceTimeNodeTypeA representation of the model object 'Time Node Type'.interfaceTimePeriodTypeA representation of the model object 'Time Period Type'.interfaceTimeTopologyComplexTypeA representation of the model object 'Time Topology Complex Type'.Methods in net.opengis.gml311 that return AbstractTimeObjectType Modifier and Type Method Description AbstractTimeObjectTypeDocumentRoot. getTimeObject()Returns the value of the 'Time Object' containment reference.AbstractTimeObjectTypeDomainSetType. 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 classAbstractTimeComplexTypeImplAn implementation of the model object 'Abstract Time Complex Type'.classAbstractTimeGeometricPrimitiveTypeImplAn implementation of the model object 'Abstract Time Geometric Primitive Type'.classAbstractTimeObjectTypeImplAn implementation of the model object 'Abstract Time Object Type'.classAbstractTimePrimitiveTypeImplAn implementation of the model object 'Abstract Time Primitive Type'.classAbstractTimeTopologyPrimitiveTypeImplAn implementation of the model object 'Abstract Time Topology Primitive Type'.classTimeEdgeTypeImplAn implementation of the model object 'Time Edge Type'.classTimeInstantTypeImplAn implementation of the model object 'Time Instant Type'.classTimeNodeTypeImplAn implementation of the model object 'Time Node Type'.classTimePeriodTypeImplAn implementation of the model object 'Time Period Type'.classTimeTopologyComplexTypeImplAn implementation of the model object 'Time Topology Complex Type'.Methods in net.opengis.gml311.impl that return AbstractTimeObjectType Modifier and Type Method Description AbstractTimeObjectTypeDocumentRootImpl. getTimeObject()AbstractTimeObjectTypeDomainSetTypeImpl. getTimeObject()Methods in net.opengis.gml311.impl with parameters of type AbstractTimeObjectType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeObject(AbstractTimeObjectType newTimeObject, NotificationChain msgs)NotificationChainDomainSetTypeImpl. 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 TGml311Switch. caseAbstractTimeObjectType(AbstractTimeObjectType object)Returns the result of interpreting the object as an instance of 'Abstract Time Object Type'.booleanGml311Validator. validateAbstractTimeObjectType(AbstractTimeObjectType abstractTimeObjectType, DiagnosticChain diagnostics, Map<Object,Object> context)
-