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 GridLimitsType
Gml311Factory. createGridLimitsType()
Returns a new object of class 'Grid Limits Type'.GridLimitsType
GridType. getLimits()
Returns the value of the 'Limits' containment reference.Methods in net.opengis.gml311 with parameters of type GridLimitsType Modifier and Type Method Description void
GridType. 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 class
GridLimitsTypeImpl
An implementation of the model object 'Grid Limits Type'.Fields in net.opengis.gml311.impl declared as GridLimitsType Modifier and Type Field Description protected GridLimitsType
GridTypeImpl. limits
The cached value of the 'Limits
' containment reference.Methods in net.opengis.gml311.impl that return GridLimitsType Modifier and Type Method Description GridLimitsType
Gml311FactoryImpl. createGridLimitsType()
GridLimitsType
GridTypeImpl. getLimits()
Methods in net.opengis.gml311.impl with parameters of type GridLimitsType Modifier and Type Method Description NotificationChain
GridTypeImpl. basicSetLimits(GridLimitsType newLimits, NotificationChain msgs)
void
GridTypeImpl. 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 T
Gml311Switch. caseGridLimitsType(GridLimitsType object)
Returns the result of interpreting the object as an instance of 'Grid Limits Type'.boolean
Gml311Validator. validateGridLimitsType(GridLimitsType gridLimitsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-