Uses of Interface
net.opengis.gml311.TemporalCSType
-
Packages that use TemporalCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TemporalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalCSType Modifier and Type Method Description TemporalCSTypeGml311Factory. createTemporalCSType()Returns a new object of class 'Temporal CS Type'.TemporalCSTypeDocumentRoot. getTemporalCS()Returns the value of the 'Temporal CS' containment reference.TemporalCSTypeTemporalCSRefType. getTemporalCS()Returns the value of the 'Temporal CS' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalCSType Modifier and Type Method Description voidDocumentRoot. setTemporalCS(TemporalCSType value)Sets the value of the 'Temporal CS' containment reference.voidTemporalCSRefType. setTemporalCS(TemporalCSType value)Sets the value of the 'Temporal CS' containment reference. -
Uses of TemporalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalCSType Modifier and Type Class Description classTemporalCSTypeImplAn implementation of the model object 'Temporal CS Type'.Fields in net.opengis.gml311.impl declared as TemporalCSType Modifier and Type Field Description protected TemporalCSTypeTemporalCSRefTypeImpl. temporalCSThe cached value of the 'Temporal CS' containment reference.Methods in net.opengis.gml311.impl that return TemporalCSType Modifier and Type Method Description TemporalCSTypeGml311FactoryImpl. createTemporalCSType()TemporalCSTypeDocumentRootImpl. getTemporalCS()TemporalCSTypeTemporalCSRefTypeImpl. getTemporalCS()Methods in net.opengis.gml311.impl with parameters of type TemporalCSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTemporalCS(TemporalCSType newTemporalCS, NotificationChain msgs)NotificationChainTemporalCSRefTypeImpl. basicSetTemporalCS(TemporalCSType newTemporalCS, NotificationChain msgs)voidDocumentRootImpl. setTemporalCS(TemporalCSType newTemporalCS)voidTemporalCSRefTypeImpl. setTemporalCS(TemporalCSType newTemporalCS) -
Uses of TemporalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalCSType Modifier and Type Method Description TGml311Switch. caseTemporalCSType(TemporalCSType object)Returns the result of interpreting the object as an instance of 'Temporal CS Type'.booleanGml311Validator. validateTemporalCSType(TemporalCSType temporalCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-