Uses of Interface
net.opengis.gml311.AbstractTimeGeometricPrimitiveType
-
Packages that use AbstractTimeGeometricPrimitiveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTimeGeometricPrimitiveType in net.opengis.gml311
Subinterfaces of AbstractTimeGeometricPrimitiveType in net.opengis.gml311 Modifier and Type Interface Description interfaceTimeInstantTypeA representation of the model object 'Time Instant Type'.interfaceTimePeriodTypeA representation of the model object 'Time Period Type'.Methods in net.opengis.gml311 that return AbstractTimeGeometricPrimitiveType Modifier and Type Method Description AbstractTimeGeometricPrimitiveTypeDocumentRoot. getTimeGeometricPrimitive()Returns the value of the 'Time Geometric Primitive' containment reference.AbstractTimeGeometricPrimitiveTypeTimeGeometricPrimitivePropertyType. getTimeGeometricPrimitive()Returns the value of the 'Time Geometric Primitive' containment reference. -
Uses of AbstractTimeGeometricPrimitiveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTimeGeometricPrimitiveType Modifier and Type Class Description classAbstractTimeGeometricPrimitiveTypeImplAn implementation of the model object 'Abstract Time Geometric Primitive Type'.classTimeInstantTypeImplAn implementation of the model object 'Time Instant Type'.classTimePeriodTypeImplAn implementation of the model object 'Time Period Type'.Methods in net.opengis.gml311.impl that return AbstractTimeGeometricPrimitiveType Modifier and Type Method Description AbstractTimeGeometricPrimitiveTypeDocumentRootImpl. getTimeGeometricPrimitive()AbstractTimeGeometricPrimitiveTypeTimeGeometricPrimitivePropertyTypeImpl. getTimeGeometricPrimitive()Methods in net.opengis.gml311.impl with parameters of type AbstractTimeGeometricPrimitiveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeGeometricPrimitive(AbstractTimeGeometricPrimitiveType newTimeGeometricPrimitive, NotificationChain msgs)NotificationChainTimeGeometricPrimitivePropertyTypeImpl. basicSetTimeGeometricPrimitive(AbstractTimeGeometricPrimitiveType newTimeGeometricPrimitive, NotificationChain msgs) -
Uses of AbstractTimeGeometricPrimitiveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTimeGeometricPrimitiveType Modifier and Type Method Description TGml311Switch. caseAbstractTimeGeometricPrimitiveType(AbstractTimeGeometricPrimitiveType object)Returns the result of interpreting the object as an instance of 'Abstract Time Geometric Primitive Type'.booleanGml311Validator. validateAbstractTimeGeometricPrimitiveType(AbstractTimeGeometricPrimitiveType abstractTimeGeometricPrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-