Uses of Interface
net.opengis.gml311.IndexMapType
-
Packages that use IndexMapType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of IndexMapType in net.opengis.gml311
Methods in net.opengis.gml311 that return IndexMapType Modifier and Type Method Description IndexMapType
Gml311Factory. createIndexMapType()
Returns a new object of class 'Index Map Type'.IndexMapType
DocumentRoot. getIndexMap()
Returns the value of the 'Index Map' containment reference.Methods in net.opengis.gml311 with parameters of type IndexMapType Modifier and Type Method Description void
DocumentRoot. setIndexMap(IndexMapType value)
Sets the value of the 'Index Map
' containment reference. -
Uses of IndexMapType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement IndexMapType Modifier and Type Class Description class
IndexMapTypeImpl
An implementation of the model object 'Index Map Type'.Methods in net.opengis.gml311.impl that return IndexMapType Modifier and Type Method Description IndexMapType
Gml311FactoryImpl. createIndexMapType()
IndexMapType
DocumentRootImpl. getIndexMap()
Methods in net.opengis.gml311.impl with parameters of type IndexMapType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetIndexMap(IndexMapType newIndexMap, NotificationChain msgs)
void
DocumentRootImpl. setIndexMap(IndexMapType newIndexMap)
-
Uses of IndexMapType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type IndexMapType Modifier and Type Method Description T
Gml311Switch. caseIndexMapType(IndexMapType object)
Returns the result of interpreting the object as an instance of 'Index Map Type'.boolean
Gml311Validator. validateIndexMapType(IndexMapType indexMapType, DiagnosticChain diagnostics, Map<Object,Object> context)
-