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 interface
AbstractTimeGeometricPrimitiveType
A representation of the model object 'Abstract Time Geometric Primitive Type'.interface
AbstractTimeTopologyPrimitiveType
A representation of the model object 'Abstract Time Topology Primitive Type'.interface
TimeEdgeType
A representation of the model object 'Time Edge Type'.interface
TimeInstantType
A representation of the model object 'Time Instant Type'.interface
TimeNodeType
A representation of the model object 'Time Node Type'.interface
TimePeriodType
A representation of the model object 'Time Period Type'.Methods in net.opengis.gml311 that return AbstractTimePrimitiveType Modifier and Type Method Description AbstractTimePrimitiveType
DocumentRoot. getTimePrimitive()
Returns the value of the 'Time Primitive' containment reference.AbstractTimePrimitiveType
TimePrimitivePropertyType. 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 class
AbstractTimeGeometricPrimitiveTypeImpl
An implementation of the model object 'Abstract Time Geometric Primitive Type'.class
AbstractTimePrimitiveTypeImpl
An implementation of the model object 'Abstract Time Primitive Type'.class
AbstractTimeTopologyPrimitiveTypeImpl
An implementation of the model object 'Abstract Time Topology Primitive Type'.class
TimeEdgeTypeImpl
An implementation of the model object 'Time Edge Type'.class
TimeInstantTypeImpl
An implementation of the model object 'Time Instant Type'.class
TimeNodeTypeImpl
An implementation of the model object 'Time Node Type'.class
TimePeriodTypeImpl
An implementation of the model object 'Time Period Type'.Methods in net.opengis.gml311.impl that return AbstractTimePrimitiveType Modifier and Type Method Description AbstractTimePrimitiveType
DocumentRootImpl. getTimePrimitive()
AbstractTimePrimitiveType
TimePrimitivePropertyTypeImpl. getTimePrimitive()
Methods in net.opengis.gml311.impl with parameters of type AbstractTimePrimitiveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimePrimitive(AbstractTimePrimitiveType newTimePrimitive, NotificationChain msgs)
NotificationChain
TimePrimitivePropertyTypeImpl. 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 T
Gml311Switch. caseAbstractTimePrimitiveType(AbstractTimePrimitiveType object)
Returns the result of interpreting the object as an instance of 'Abstract Time Primitive Type'.boolean
Gml311Validator. validateAbstractTimePrimitiveType(AbstractTimePrimitiveType abstractTimePrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-