Uses of Interface
net.opengis.gml311.DataBlockType
-
Packages that use DataBlockType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DataBlockType in net.opengis.gml311
Methods in net.opengis.gml311 that return DataBlockType Modifier and Type Method Description DataBlockType
Gml311Factory. createDataBlockType()
Returns a new object of class 'Data Block Type'.DataBlockType
DocumentRoot. getDataBlock()
Returns the value of the 'Data Block' containment reference.DataBlockType
RangeSetType. getDataBlock()
Returns the value of the 'Data Block' containment reference.Methods in net.opengis.gml311 with parameters of type DataBlockType Modifier and Type Method Description void
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 DataBlockType Modifier and Type Class Description class
DataBlockTypeImpl
An implementation of the model object 'Data Block Type'.Fields in net.opengis.gml311.impl declared as DataBlockType Modifier and Type Field Description protected DataBlockType
RangeSetTypeImpl. dataBlock
The cached value of the 'Data Block
' containment reference.Methods in net.opengis.gml311.impl that return DataBlockType Modifier and Type Method Description DataBlockType
Gml311FactoryImpl. createDataBlockType()
DataBlockType
DocumentRootImpl. getDataBlock()
DataBlockType
RangeSetTypeImpl. getDataBlock()
Methods in net.opengis.gml311.impl with parameters of type DataBlockType Modifier and Type Method Description NotificationChain
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 DataBlockType Modifier and Type Method Description T
Gml311Switch. 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)
-