Uses of Interface
net.opengis.gml311.RectangleType
Packages that use RectangleType
-
Uses of RectangleType in net.opengis.gml311
Methods in net.opengis.gml311 that return RectangleTypeModifier and TypeMethodDescriptionGml311Factory.createRectangleType()
Returns a new object of class 'Rectangle Type'.DocumentRoot.getRectangle()
Returns the value of the 'Rectangle' containment reference.Methods in net.opengis.gml311 with parameters of type RectangleTypeModifier and TypeMethodDescriptionvoid
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 RectangleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Rectangle Type'.Methods in net.opengis.gml311.impl that return RectangleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createRectangleType()
DocumentRootImpl.getRectangle()
Methods in net.opengis.gml311.impl with parameters of type RectangleTypeModifier and TypeMethodDescriptionNotificationChain
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 RectangleTypeModifier and TypeMethodDescriptionGml311Switch.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)