Uses of Interface
net.opengis.gml311.RectangleType
-
Packages that use RectangleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RectangleType in net.opengis.gml311
Methods in net.opengis.gml311 that return RectangleType Modifier and Type Method Description RectangleType
Gml311Factory. createRectangleType()
Returns a new object of class 'Rectangle Type'.RectangleType
DocumentRoot. getRectangle()
Returns the value of the 'Rectangle' containment reference.Methods in net.opengis.gml311 with parameters of type RectangleType Modifier and Type Method Description void
DocumentRoot. setRectangle(RectangleType value)
Sets the value of the 'Rectangle
' containment reference. -
Uses of RectangleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RectangleType Modifier and Type Class Description class
RectangleTypeImpl
An implementation of the model object 'Rectangle Type'.Methods in net.opengis.gml311.impl that return RectangleType Modifier and Type Method Description RectangleType
Gml311FactoryImpl. createRectangleType()
RectangleType
DocumentRootImpl. getRectangle()
Methods in net.opengis.gml311.impl with parameters of type RectangleType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetRectangle(RectangleType newRectangle, NotificationChain msgs)
void
DocumentRootImpl. setRectangle(RectangleType newRectangle)
-
Uses of RectangleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RectangleType Modifier and Type Method Description T
Gml311Switch. caseRectangleType(RectangleType object)
Returns the result of interpreting the object as an instance of 'Rectangle Type'.boolean
Gml311Validator. validateRectangleType(RectangleType rectangleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-