Uses of Interface
net.opengis.gml311.ReferenceType
Packages that use ReferenceType
-
Uses of ReferenceType in net.opengis.gml311
Methods in net.opengis.gml311 that return ReferenceTypeModifier and TypeMethodDescriptionGml311Factory.createReferenceType()
Returns a new object of class 'Reference Type'.AbstractTimeTopologyPrimitiveType.getComplex()
Returns the value of the 'Complex' containment reference.DefinitionProxyType.getDefinitionRef()
Returns the value of the 'Definition Ref' containment reference.DocumentRoot.getDefinitionRef()
Returns the value of the 'Definition Ref' containment reference.TimeOrdinalEraType.getGroup()
Returns the value of the 'Group' containment reference.DocumentRoot.getReference()
Returns the value of the 'Reference' containment reference.BaseUnitType.getUnitsSystem()
Returns the value of the 'Units System' containment reference.Methods in net.opengis.gml311 with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoid
AbstractTimeTopologyPrimitiveType.setComplex
(ReferenceType value) Sets the value of the 'Complex
' containment reference.void
DefinitionProxyType.setDefinitionRef
(ReferenceType value) Sets the value of the 'Definition Ref
' containment reference.void
DocumentRoot.setDefinitionRef
(ReferenceType value) Sets the value of the 'Definition Ref
' containment reference.void
TimeOrdinalEraType.setGroup
(ReferenceType value) Sets the value of the 'Group
' containment reference.void
BaseUnitType.setUnitsSystem
(ReferenceType value) Sets the value of the 'Units System
' containment reference. -
Uses of ReferenceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ReferenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Reference Type'.Fields in net.opengis.gml311.impl declared as ReferenceTypeModifier and TypeFieldDescriptionprotected ReferenceType
AbstractTimeTopologyPrimitiveTypeImpl.complex
The cached value of the 'Complex
' containment reference.protected ReferenceType
DefinitionProxyTypeImpl.definitionRef
The cached value of the 'Definition Ref
' containment reference.protected ReferenceType
TimeOrdinalEraTypeImpl.group
The cached value of the 'Group
' containment reference.protected ReferenceType
BaseUnitTypeImpl.unitsSystem
The cached value of the 'Units System
' containment reference.Methods in net.opengis.gml311.impl that return ReferenceTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createReferenceType()
AbstractTimeTopologyPrimitiveTypeImpl.getComplex()
DefinitionProxyTypeImpl.getDefinitionRef()
DocumentRootImpl.getDefinitionRef()
TimeOrdinalEraTypeImpl.getGroup()
DocumentRootImpl.getReference()
BaseUnitTypeImpl.getUnitsSystem()
Methods in net.opengis.gml311.impl with parameters of type ReferenceTypeModifier and TypeMethodDescriptionNotificationChain
AbstractTimeTopologyPrimitiveTypeImpl.basicSetComplex
(ReferenceType newComplex, NotificationChain msgs) NotificationChain
DefinitionProxyTypeImpl.basicSetDefinitionRef
(ReferenceType newDefinitionRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDefinitionRef
(ReferenceType newDefinitionRef, NotificationChain msgs) NotificationChain
TimeOrdinalEraTypeImpl.basicSetGroup
(ReferenceType newGroup, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetReference
(ReferenceType newReference, NotificationChain msgs) NotificationChain
BaseUnitTypeImpl.basicSetUnitsSystem
(ReferenceType newUnitsSystem, NotificationChain msgs) void
AbstractTimeTopologyPrimitiveTypeImpl.setComplex
(ReferenceType newComplex) void
DefinitionProxyTypeImpl.setDefinitionRef
(ReferenceType newDefinitionRef) void
DocumentRootImpl.setDefinitionRef
(ReferenceType newDefinitionRef) void
TimeOrdinalEraTypeImpl.setGroup
(ReferenceType newGroup) void
BaseUnitTypeImpl.setUnitsSystem
(ReferenceType newUnitsSystem) -
Uses of ReferenceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ReferenceTypeModifier and TypeMethodDescriptionGml311Switch.caseReferenceType
(ReferenceType object) Returns the result of interpreting the object as an instance of 'Reference Type'.boolean
Gml311Validator.validateReferenceType
(ReferenceType referenceType, DiagnosticChain diagnostics, Map<Object, Object> context)