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 interface
TimeInstantType
A representation of the model object 'Time Instant Type'.interface
TimePeriodType
A representation of the model object 'Time Period Type'.Methods in net.opengis.gml311 that return AbstractTimeGeometricPrimitiveType Modifier and Type Method Description AbstractTimeGeometricPrimitiveType
DocumentRoot. getTimeGeometricPrimitive()
Returns the value of the 'Time Geometric Primitive' containment reference.AbstractTimeGeometricPrimitiveType
TimeGeometricPrimitivePropertyType. 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 class
AbstractTimeGeometricPrimitiveTypeImpl
An implementation of the model object 'Abstract Time Geometric Primitive Type'.class
TimeInstantTypeImpl
An implementation of the model object 'Time Instant Type'.class
TimePeriodTypeImpl
An implementation of the model object 'Time Period Type'.Methods in net.opengis.gml311.impl that return AbstractTimeGeometricPrimitiveType Modifier and Type Method Description AbstractTimeGeometricPrimitiveType
DocumentRootImpl. getTimeGeometricPrimitive()
AbstractTimeGeometricPrimitiveType
TimeGeometricPrimitivePropertyTypeImpl. getTimeGeometricPrimitive()
Methods in net.opengis.gml311.impl with parameters of type AbstractTimeGeometricPrimitiveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeGeometricPrimitive(AbstractTimeGeometricPrimitiveType newTimeGeometricPrimitive, NotificationChain msgs)
NotificationChain
TimeGeometricPrimitivePropertyTypeImpl. 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 T
Gml311Switch. caseAbstractTimeGeometricPrimitiveType(AbstractTimeGeometricPrimitiveType object)
Returns the result of interpreting the object as an instance of 'Abstract Time Geometric Primitive Type'.boolean
Gml311Validator. validateAbstractTimeGeometricPrimitiveType(AbstractTimeGeometricPrimitiveType abstractTimeGeometricPrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-