Uses of Interface
net.opengis.gml311.AreaType
-
Packages that use AreaType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AreaType in net.opengis.gml311
Methods in net.opengis.gml311 that return AreaType Modifier and Type Method Description AreaTypeGml311Factory. createAreaType()Returns a new object of class 'Area Type'. -
Uses of AreaType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AreaType Modifier and Type Class Description classAreaTypeImplAn implementation of the model object 'Area Type'.Methods in net.opengis.gml311.impl that return AreaType Modifier and Type Method Description AreaTypeGml311FactoryImpl. createAreaType() -
Uses of AreaType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AreaType Modifier and Type Method Description TGml311Switch. caseAreaType(AreaType object)Returns the result of interpreting the object as an instance of 'Area Type'.booleanGml311Validator. validateAreaType(AreaType areaType, DiagnosticChain diagnostics, Map<Object,Object> context)
-