Uses of Interface
net.opengis.gml311.CodeListType
-
Packages that use CodeListType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CodeListType in net.opengis.gml311
Methods in net.opengis.gml311 that return CodeListType Modifier and Type Method Description CodeListType
Gml311Factory. createCodeListType()
Returns a new object of class 'Code List Type'. -
Uses of CodeListType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CodeListType Modifier and Type Class Description class
CodeListTypeImpl
An implementation of the model object 'Code List Type'.Methods in net.opengis.gml311.impl that return CodeListType Modifier and Type Method Description CodeListType
Gml311FactoryImpl. createCodeListType()
-
Uses of CodeListType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CodeListType Modifier and Type Method Description T
Gml311Switch. caseCodeListType(CodeListType object)
Returns the result of interpreting the object as an instance of 'Code List Type'.boolean
Gml311Validator. validateCodeListType(CodeListType codeListType, DiagnosticChain diagnostics, Map<Object,Object> context)
-