Uses of Interface
net.opengis.gml311.TimeTopologyComplexType
-
Packages that use TimeTopologyComplexType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeTopologyComplexType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeTopologyComplexType Modifier and Type Method Description TimeTopologyComplexType
Gml311Factory. createTimeTopologyComplexType()
Returns a new object of class 'Time Topology Complex Type'.TimeTopologyComplexType
DocumentRoot. getTimeTopologyComplex()
Returns the value of the 'Time Topology Complex' containment reference.TimeTopologyComplexType
TimeTopologyComplexPropertyType. getTimeTopologyComplex()
Returns the value of the 'Time Topology Complex' containment reference.Methods in net.opengis.gml311 with parameters of type TimeTopologyComplexType Modifier and Type Method Description void
DocumentRoot. setTimeTopologyComplex(TimeTopologyComplexType value)
Sets the value of the 'Time Topology Complex
' containment reference.void
TimeTopologyComplexPropertyType. setTimeTopologyComplex(TimeTopologyComplexType value)
Sets the value of the 'Time Topology Complex
' containment reference. -
Uses of TimeTopologyComplexType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeTopologyComplexType Modifier and Type Class Description class
TimeTopologyComplexTypeImpl
An implementation of the model object 'Time Topology Complex Type'.Fields in net.opengis.gml311.impl declared as TimeTopologyComplexType Modifier and Type Field Description protected TimeTopologyComplexType
TimeTopologyComplexPropertyTypeImpl. timeTopologyComplex
The cached value of the 'Time Topology Complex
' containment reference.Methods in net.opengis.gml311.impl that return TimeTopologyComplexType Modifier and Type Method Description TimeTopologyComplexType
Gml311FactoryImpl. createTimeTopologyComplexType()
TimeTopologyComplexType
DocumentRootImpl. getTimeTopologyComplex()
TimeTopologyComplexType
TimeTopologyComplexPropertyTypeImpl. getTimeTopologyComplex()
Methods in net.opengis.gml311.impl with parameters of type TimeTopologyComplexType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeTopologyComplex(TimeTopologyComplexType newTimeTopologyComplex, NotificationChain msgs)
NotificationChain
TimeTopologyComplexPropertyTypeImpl. basicSetTimeTopologyComplex(TimeTopologyComplexType newTimeTopologyComplex, NotificationChain msgs)
void
DocumentRootImpl. setTimeTopologyComplex(TimeTopologyComplexType newTimeTopologyComplex)
void
TimeTopologyComplexPropertyTypeImpl. setTimeTopologyComplex(TimeTopologyComplexType newTimeTopologyComplex)
-
Uses of TimeTopologyComplexType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeTopologyComplexType Modifier and Type Method Description T
Gml311Switch. caseTimeTopologyComplexType(TimeTopologyComplexType object)
Returns the result of interpreting the object as an instance of 'Time Topology Complex Type'.boolean
Gml311Validator. validateTimeTopologyComplexType(TimeTopologyComplexType timeTopologyComplexType, DiagnosticChain diagnostics, Map<Object,Object> context)
-