Uses of Interface
net.opengis.gml311.TemporalCSRefType
-
Packages that use TemporalCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TemporalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalCSRefType Modifier and Type Method Description TemporalCSRefTypeGml311Factory. createTemporalCSRefType()Returns a new object of class 'Temporal CS Ref Type'.TemporalCSRefTypeDocumentRoot. getTemporalCSRef()Returns the value of the 'Temporal CS Ref' containment reference.TemporalCSRefTypeDocumentRoot. getUsesTemporalCS()Returns the value of the 'Uses Temporal CS' containment reference.TemporalCSRefTypeTemporalCRSType. getUsesTemporalCS()Returns the value of the 'Uses Temporal CS' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalCSRefType Modifier and Type Method Description voidDocumentRoot. setTemporalCSRef(TemporalCSRefType value)Sets the value of the 'Temporal CS Ref' containment reference.voidDocumentRoot. setUsesTemporalCS(TemporalCSRefType value)Sets the value of the 'Uses Temporal CS' containment reference.voidTemporalCRSType. setUsesTemporalCS(TemporalCSRefType value)Sets the value of the 'Uses Temporal CS' containment reference. -
Uses of TemporalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalCSRefType Modifier and Type Class Description classTemporalCSRefTypeImplAn implementation of the model object 'Temporal CS Ref Type'.Fields in net.opengis.gml311.impl declared as TemporalCSRefType Modifier and Type Field Description protected TemporalCSRefTypeTemporalCRSTypeImpl. usesTemporalCSThe cached value of the 'Uses Temporal CS' containment reference.Methods in net.opengis.gml311.impl that return TemporalCSRefType Modifier and Type Method Description TemporalCSRefTypeGml311FactoryImpl. createTemporalCSRefType()TemporalCSRefTypeDocumentRootImpl. getTemporalCSRef()TemporalCSRefTypeDocumentRootImpl. getUsesTemporalCS()TemporalCSRefTypeTemporalCRSTypeImpl. getUsesTemporalCS()Methods in net.opengis.gml311.impl with parameters of type TemporalCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTemporalCSRef(TemporalCSRefType newTemporalCSRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesTemporalCS(TemporalCSRefType newUsesTemporalCS, NotificationChain msgs)NotificationChainTemporalCRSTypeImpl. basicSetUsesTemporalCS(TemporalCSRefType newUsesTemporalCS, NotificationChain msgs)voidDocumentRootImpl. setTemporalCSRef(TemporalCSRefType newTemporalCSRef)voidDocumentRootImpl. setUsesTemporalCS(TemporalCSRefType newUsesTemporalCS)voidTemporalCRSTypeImpl. setUsesTemporalCS(TemporalCSRefType newUsesTemporalCS) -
Uses of TemporalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalCSRefType Modifier and Type Method Description TGml311Switch. caseTemporalCSRefType(TemporalCSRefType object)Returns the result of interpreting the object as an instance of 'Temporal CS Ref Type'.booleanGml311Validator. validateTemporalCSRefType(TemporalCSRefType temporalCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-