Uses of Interface
net.opengis.gml.GridLimitsType
-
Packages that use GridLimitsType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation -
-
Uses of GridLimitsType in net.opengis.gml
Methods in net.opengis.gml that return GridLimitsType Modifier and Type Method Description GridLimitsTypeGmlFactory. createGridLimitsType()Returns a new object of class 'Grid Limits Type'. -
Uses of GridLimitsType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GridLimitsType Modifier and Type Class Description classGridLimitsTypeImplAn implementation of the model object 'Grid Limits Type'.Methods in net.opengis.gml.impl that return GridLimitsType Modifier and Type Method Description GridLimitsTypeGmlFactoryImpl. createGridLimitsType() -
Uses of GridLimitsType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type GridLimitsType Modifier and Type Method Description ObjectGmlSwitch. caseGridLimitsType(GridLimitsType object)Returns the result of interpreting the object as an instance of 'Grid Limits Type'.booleanGmlValidator. validateGridLimitsType(GridLimitsType gridLimitsType, DiagnosticChain diagnostics, Map context) -
Uses of GridLimitsType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type GridLimitsType Modifier and Type Method Description booleanGridTypeValidator. validateLimits(GridLimitsType value)
-