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 IndexMapTypeGml311Factory. createIndexMapType()Returns a new object of class 'Index Map Type'.IndexMapTypeDocumentRoot. 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 voidDocumentRoot. 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 classIndexMapTypeImplAn implementation of the model object 'Index Map Type'.Methods in net.opengis.gml311.impl that return IndexMapType Modifier and Type Method Description IndexMapTypeGml311FactoryImpl. createIndexMapType()IndexMapTypeDocumentRootImpl. getIndexMap()Methods in net.opengis.gml311.impl with parameters of type IndexMapType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetIndexMap(IndexMapType newIndexMap, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseIndexMapType(IndexMapType object)Returns the result of interpreting the object as an instance of 'Index Map Type'.booleanGml311Validator. validateIndexMapType(IndexMapType indexMapType, DiagnosticChain diagnostics, Map<Object,Object> context)
-