Uses of Interface
net.opengis.gml311.TimeCoordinateSystemType
-
Packages that use TimeCoordinateSystemType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeCoordinateSystemType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeCoordinateSystemType Modifier and Type Method Description TimeCoordinateSystemType
Gml311Factory. createTimeCoordinateSystemType()
Returns a new object of class 'Time Coordinate System Type'.TimeCoordinateSystemType
DocumentRoot. getTimeCoordinateSystem()
Returns the value of the 'Time Coordinate System' containment reference.Methods in net.opengis.gml311 with parameters of type TimeCoordinateSystemType Modifier and Type Method Description void
DocumentRoot. setTimeCoordinateSystem(TimeCoordinateSystemType value)
Sets the value of the 'Time Coordinate System
' containment reference. -
Uses of TimeCoordinateSystemType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeCoordinateSystemType Modifier and Type Class Description class
TimeCoordinateSystemTypeImpl
An implementation of the model object 'Time Coordinate System Type'.Methods in net.opengis.gml311.impl that return TimeCoordinateSystemType Modifier and Type Method Description TimeCoordinateSystemType
Gml311FactoryImpl. createTimeCoordinateSystemType()
TimeCoordinateSystemType
DocumentRootImpl. getTimeCoordinateSystem()
Methods in net.opengis.gml311.impl with parameters of type TimeCoordinateSystemType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeCoordinateSystem(TimeCoordinateSystemType newTimeCoordinateSystem, NotificationChain msgs)
void
DocumentRootImpl. setTimeCoordinateSystem(TimeCoordinateSystemType newTimeCoordinateSystem)
-
Uses of TimeCoordinateSystemType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeCoordinateSystemType Modifier and Type Method Description T
Gml311Switch. caseTimeCoordinateSystemType(TimeCoordinateSystemType object)
Returns the result of interpreting the object as an instance of 'Time Coordinate System Type'.boolean
Gml311Validator. validateTimeCoordinateSystemType(TimeCoordinateSystemType timeCoordinateSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-