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 interfaceTimeEdgeTypeA representation of the model object 'Time Edge Type'.interfaceTimeNodeTypeA representation of the model object 'Time Node Type'.Methods in net.opengis.gml311 that return AbstractTimeTopologyPrimitiveType Modifier and Type Method Description AbstractTimeTopologyPrimitiveTypeDocumentRoot. getTimeTopologyPrimitive()Returns the value of the 'Time Topology Primitive' containment reference.AbstractTimeTopologyPrimitiveTypeTimeTopologyPrimitivePropertyType. 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 classAbstractTimeTopologyPrimitiveTypeImplAn implementation of the model object 'Abstract Time Topology Primitive Type'.classTimeEdgeTypeImplAn implementation of the model object 'Time Edge Type'.classTimeNodeTypeImplAn implementation of the model object 'Time Node Type'.Methods in net.opengis.gml311.impl that return AbstractTimeTopologyPrimitiveType Modifier and Type Method Description AbstractTimeTopologyPrimitiveTypeDocumentRootImpl. getTimeTopologyPrimitive()AbstractTimeTopologyPrimitiveTypeTimeTopologyPrimitivePropertyTypeImpl. getTimeTopologyPrimitive()Methods in net.opengis.gml311.impl with parameters of type AbstractTimeTopologyPrimitiveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeTopologyPrimitive(AbstractTimeTopologyPrimitiveType newTimeTopologyPrimitive, NotificationChain msgs)NotificationChainTimeTopologyPrimitivePropertyTypeImpl. 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 TGml311Switch. caseAbstractTimeTopologyPrimitiveType(AbstractTimeTopologyPrimitiveType object)Returns the result of interpreting the object as an instance of 'Abstract Time Topology Primitive Type'.booleanGml311Validator. validateAbstractTimeTopologyPrimitiveType(AbstractTimeTopologyPrimitiveType abstractTimeTopologyPrimitiveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-