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 AreaType
Gml311Factory. 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 class
AreaTypeImpl
An implementation of the model object 'Area Type'.Methods in net.opengis.gml311.impl that return AreaType Modifier and Type Method Description AreaType
Gml311FactoryImpl. 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 T
Gml311Switch. caseAreaType(AreaType object)
Returns the result of interpreting the object as an instance of 'Area Type'.boolean
Gml311Validator. validateAreaType(AreaType areaType, DiagnosticChain diagnostics, Map<Object,Object> context)
-