Uses of Interface
net.opengis.gml311.CircleType
Packages that use CircleType
-
Uses of CircleType in net.opengis.gml311
Methods in net.opengis.gml311 that return CircleTypeModifier and TypeMethodDescriptionGml311Factory.createCircleType()
Returns a new object of class 'Circle Type'.DocumentRoot.getCircle()
Returns the value of the 'Circle' containment reference.Methods in net.opengis.gml311 with parameters of type CircleTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCircle
(CircleType value) Sets the value of the 'Circle
' containment reference. -
Uses of CircleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CircleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Circle Type'.Methods in net.opengis.gml311.impl that return CircleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCircleType()
DocumentRootImpl.getCircle()
Methods in net.opengis.gml311.impl with parameters of type CircleTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCircle
(CircleType newCircle, NotificationChain msgs) void
DocumentRootImpl.setCircle
(CircleType newCircle) -
Uses of CircleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CircleTypeModifier and TypeMethodDescriptionGml311Switch.caseCircleType
(CircleType object) Returns the result of interpreting the object as an instance of 'Circle Type'.boolean
Gml311Validator.validateCircleType
(CircleType circleType, DiagnosticChain diagnostics, Map<Object, Object> context)