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 RectangleTypeGml311Factory. createRectangleType()Returns a new object of class 'Rectangle Type'.RectangleTypeDocumentRoot. getRectangle()Returns the value of the 'Rectangle' containment reference.Methods in net.opengis.gml311 with parameters of type RectangleType Modifier and Type Method Description voidDocumentRoot. 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 classRectangleTypeImplAn implementation of the model object 'Rectangle Type'.Methods in net.opengis.gml311.impl that return RectangleType Modifier and Type Method Description RectangleTypeGml311FactoryImpl. createRectangleType()RectangleTypeDocumentRootImpl. getRectangle()Methods in net.opengis.gml311.impl with parameters of type RectangleType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetRectangle(RectangleType newRectangle, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseRectangleType(RectangleType object)Returns the result of interpreting the object as an instance of 'Rectangle Type'.booleanGml311Validator. validateRectangleType(RectangleType rectangleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-