Uses of Interface
net.opengis.fes20.DistanceBufferType
Packages that use DistanceBufferType
-
Uses of DistanceBufferType in net.opengis.fes20
Methods in net.opengis.fes20 that return DistanceBufferTypeModifier and TypeMethodDescriptionFes20Factory.createDistanceBufferType()
Returns a new object of class 'Distance Buffer Type'.DocumentRoot.getBeyond()
Returns the value of the 'Beyond' containment reference.DocumentRoot.getDWithin()
Returns the value of the 'DWithin' containment reference.Methods in net.opengis.fes20 with parameters of type DistanceBufferTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setBeyond
(DistanceBufferType value) Sets the value of the 'Beyond
' containment reference.void
DocumentRoot.setDWithin
(DistanceBufferType value) Sets the value of the 'DWithin
' containment reference. -
Uses of DistanceBufferType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement DistanceBufferTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Distance Buffer Type'.Methods in net.opengis.fes20.impl that return DistanceBufferTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createDistanceBufferType()
DocumentRootImpl.getBeyond()
DocumentRootImpl.getDWithin()
Methods in net.opengis.fes20.impl with parameters of type DistanceBufferTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetBeyond
(DistanceBufferType newBeyond, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDWithin
(DistanceBufferType newDWithin, NotificationChain msgs) void
DocumentRootImpl.setBeyond
(DistanceBufferType newBeyond) void
DocumentRootImpl.setDWithin
(DistanceBufferType newDWithin) -
Uses of DistanceBufferType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type DistanceBufferTypeModifier and TypeMethodDescriptionFes20Switch.caseDistanceBufferType
(DistanceBufferType object) Returns the result of interpreting the object as an instance of 'Distance Buffer Type'.boolean
Fes20Validator.validateDistanceBufferType
(DistanceBufferType distanceBufferType, DiagnosticChain diagnostics, Map<Object, Object> context)