Uses of Interface
net.opengis.gml311.AbstractTimeTopologyPrimitiveType
-
Packages that use AbstractTimeTopologyPrimitiveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractTimeTopologyPrimitiveType in net.opengis.gml311
Subinterfaces of AbstractTimeTopologyPrimitiveType in net.opengis.gml311 Modifier and Type Interface Description interface
TimeEdgeType
A representation of the model object 'Time Edge Type'.interface
TimeNodeType
A representation of the model object 'Time Node Type'.Methods in net.opengis.gml311 that return AbstractTimeTopologyPrimitiveType Modifier and Type Method Description AbstractTimeTopologyPrimitiveType
DocumentRoot. getTimeTopologyPrimitive()
Returns the value of the 'Time Topology Primitive' containment reference.AbstractTimeTopologyPrimitiveType
TimeTopologyPrimitivePropertyType. getTimeTopologyPrimitive()
Returns the value of the 'Time Topology Primitive' containment reference. -
Uses of AbstractTimeTopologyPrimitiveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractTimeTopologyPrimitiveType Modifier and Type Class Description 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
TimeNodeTypeImpl
An implementation of the model object 'Time Node Type'.Methods in net.opengis.gml311.impl that return AbstractTimeTopologyPrimitiveType Modifier and Type Method Description AbstractTimeTopologyPrimitiveType
DocumentRootImpl. getTimeTopologyPrimitive()
AbstractTimeTopologyPrimitiveType
TimeTopologyPrimitivePropertyTypeImpl. getTimeTopologyPrimitive()
Methods in net.opengis.gml311.impl with parameters of type AbstractTimeTopologyPrimitiveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeTopologyPrimitive(AbstractTimeTopologyPrimitiveType newTimeTopologyPrimitive, NotificationChain msgs)
NotificationChain
TimeTopologyPrimitivePropertyTypeImpl. basicSetTimeTopologyPrimitive(AbstractTimeTopologyPrimitiveType newTimeTopologyPrimitive, NotificationChain msgs)
-
Uses of AbstractTimeTopologyPrimitiveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractTimeTopologyPrimitiveType Modifier and Type Method Description T
Gml311Switch. caseAbstractTimeTopologyPrimitiveType(AbstractTimeTopologyPrimitiveType object)
Returns the result of interpreting the object as an instance of 'Abstract Time Topology Primitive Type'.boolean
Gml311Validator. validateAbstractTimeTopologyPrimitiveType(AbstractTimeTopologyPrimitiveType abstractTimeTopologyPrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-