Uses of Interface
net.opengis.gml311.DataBlockType
Packages that use DataBlockType
-
Uses of DataBlockType in net.opengis.gml311
Methods in net.opengis.gml311 that return DataBlockTypeModifier and TypeMethodDescriptionGml311Factory.createDataBlockType()
Returns a new object of class 'Data Block Type'.DocumentRoot.getDataBlock()
Returns the value of the 'Data Block' containment reference.RangeSetType.getDataBlock()
Returns the value of the 'Data Block' containment reference.Methods in net.opengis.gml311 with parameters of type DataBlockTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDataBlock
(DataBlockType value) Sets the value of the 'Data Block
' containment reference.void
RangeSetType.setDataBlock
(DataBlockType value) Sets the value of the 'Data Block
' containment reference. -
Uses of DataBlockType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DataBlockTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Block Type'.Fields in net.opengis.gml311.impl declared as DataBlockTypeModifier and TypeFieldDescriptionprotected DataBlockType
RangeSetTypeImpl.dataBlock
The cached value of the 'Data Block
' containment reference.Methods in net.opengis.gml311.impl that return DataBlockTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDataBlockType()
DocumentRootImpl.getDataBlock()
RangeSetTypeImpl.getDataBlock()
Methods in net.opengis.gml311.impl with parameters of type DataBlockTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDataBlock
(DataBlockType newDataBlock, NotificationChain msgs) NotificationChain
RangeSetTypeImpl.basicSetDataBlock
(DataBlockType newDataBlock, NotificationChain msgs) void
DocumentRootImpl.setDataBlock
(DataBlockType newDataBlock) void
RangeSetTypeImpl.setDataBlock
(DataBlockType newDataBlock) -
Uses of DataBlockType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DataBlockTypeModifier and TypeMethodDescriptionGml311Switch.caseDataBlockType
(DataBlockType object) Returns the result of interpreting the object as an instance of 'Data Block Type'.boolean
Gml311Validator.validateDataBlockType
(DataBlockType dataBlockType, DiagnosticChain diagnostics, Map<Object, Object> context)