Uses of Interface
net.opengis.gml311.GridLimitsType
-
Packages that use GridLimitsType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GridLimitsType in net.opengis.gml311
Methods in net.opengis.gml311 that return GridLimitsType Modifier and Type Method Description GridLimitsTypeGml311Factory. createGridLimitsType()Returns a new object of class 'Grid Limits Type'.GridLimitsTypeGridType. getLimits()Returns the value of the 'Limits' containment reference.Methods in net.opengis.gml311 with parameters of type GridLimitsType Modifier and Type Method Description voidGridType. setLimits(GridLimitsType value)Sets the value of the 'Limits' containment reference. -
Uses of GridLimitsType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GridLimitsType Modifier and Type Class Description classGridLimitsTypeImplAn implementation of the model object 'Grid Limits Type'.Fields in net.opengis.gml311.impl declared as GridLimitsType Modifier and Type Field Description protected GridLimitsTypeGridTypeImpl. limitsThe cached value of the 'Limits' containment reference.Methods in net.opengis.gml311.impl that return GridLimitsType Modifier and Type Method Description GridLimitsTypeGml311FactoryImpl. createGridLimitsType()GridLimitsTypeGridTypeImpl. getLimits()Methods in net.opengis.gml311.impl with parameters of type GridLimitsType Modifier and Type Method Description NotificationChainGridTypeImpl. basicSetLimits(GridLimitsType newLimits, NotificationChain msgs)voidGridTypeImpl. setLimits(GridLimitsType newLimits) -
Uses of GridLimitsType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GridLimitsType Modifier and Type Method Description TGml311Switch. caseGridLimitsType(GridLimitsType object)Returns the result of interpreting the object as an instance of 'Grid Limits Type'.booleanGml311Validator. validateGridLimitsType(GridLimitsType gridLimitsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-