Uses of Interface
net.opengis.gml311.AbstractTimePrimitiveType
-
Packages that use AbstractTimePrimitiveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTimePrimitiveType in net.opengis.gml311
Subinterfaces of AbstractTimePrimitiveType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractTimeGeometricPrimitiveTypeA representation of the model object 'Abstract Time Geometric 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'.Methods in net.opengis.gml311 that return AbstractTimePrimitiveType Modifier and Type Method Description AbstractTimePrimitiveTypeDocumentRoot. getTimePrimitive()Returns the value of the 'Time Primitive' containment reference.AbstractTimePrimitiveTypeTimePrimitivePropertyType. getTimePrimitive()Returns the value of the 'Time Primitive' containment reference. -
Uses of AbstractTimePrimitiveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTimePrimitiveType Modifier and Type Class Description classAbstractTimeGeometricPrimitiveTypeImplAn implementation of the model object 'Abstract Time Geometric Primitive 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'.Methods in net.opengis.gml311.impl that return AbstractTimePrimitiveType Modifier and Type Method Description AbstractTimePrimitiveTypeDocumentRootImpl. getTimePrimitive()AbstractTimePrimitiveTypeTimePrimitivePropertyTypeImpl. getTimePrimitive()Methods in net.opengis.gml311.impl with parameters of type AbstractTimePrimitiveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimePrimitive(AbstractTimePrimitiveType newTimePrimitive, NotificationChain msgs)NotificationChainTimePrimitivePropertyTypeImpl. basicSetTimePrimitive(AbstractTimePrimitiveType newTimePrimitive, NotificationChain msgs) -
Uses of AbstractTimePrimitiveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTimePrimitiveType Modifier and Type Method Description TGml311Switch. caseAbstractTimePrimitiveType(AbstractTimePrimitiveType object)Returns the result of interpreting the object as an instance of 'Abstract Time Primitive Type'.booleanGml311Validator. validateAbstractTimePrimitiveType(AbstractTimePrimitiveType abstractTimePrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-