Uses of Interface
net.opengis.fes20.DistanceBufferType
-
Packages that use DistanceBufferType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of DistanceBufferType in net.opengis.fes20
Methods in net.opengis.fes20 that return DistanceBufferType Modifier and Type Method Description DistanceBufferType
Fes20Factory. createDistanceBufferType()
Returns a new object of class 'Distance Buffer Type'.DistanceBufferType
DocumentRoot. getBeyond()
Returns the value of the 'Beyond' containment reference.DistanceBufferType
DocumentRoot. getDWithin()
Returns the value of the 'DWithin' containment reference.Methods in net.opengis.fes20 with parameters of type DistanceBufferType Modifier and Type Method Description void
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 DistanceBufferType Modifier and Type Class Description class
DistanceBufferTypeImpl
An implementation of the model object 'Distance Buffer Type'.Methods in net.opengis.fes20.impl that return DistanceBufferType Modifier and Type Method Description DistanceBufferType
Fes20FactoryImpl. createDistanceBufferType()
DistanceBufferType
DocumentRootImpl. getBeyond()
DistanceBufferType
DocumentRootImpl. getDWithin()
Methods in net.opengis.fes20.impl with parameters of type DistanceBufferType Modifier and Type Method Description NotificationChain
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 DistanceBufferType Modifier and Type Method Description T
Fes20Switch. 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)
-