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 TimeCoordinateSystemTypeGml311Factory. createTimeCoordinateSystemType()Returns a new object of class 'Time Coordinate System Type'.TimeCoordinateSystemTypeDocumentRoot. 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 voidDocumentRoot. 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 classTimeCoordinateSystemTypeImplAn implementation of the model object 'Time Coordinate System Type'.Methods in net.opengis.gml311.impl that return TimeCoordinateSystemType Modifier and Type Method Description TimeCoordinateSystemTypeGml311FactoryImpl. createTimeCoordinateSystemType()TimeCoordinateSystemTypeDocumentRootImpl. getTimeCoordinateSystem()Methods in net.opengis.gml311.impl with parameters of type TimeCoordinateSystemType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeCoordinateSystem(TimeCoordinateSystemType newTimeCoordinateSystem, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseTimeCoordinateSystemType(TimeCoordinateSystemType object)Returns the result of interpreting the object as an instance of 'Time Coordinate System Type'.booleanGml311Validator. validateTimeCoordinateSystemType(TimeCoordinateSystemType timeCoordinateSystemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-