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.fes20Methods in net.opengis.fes20 that return DistanceBufferType Modifier and Type Method Description DistanceBufferTypeFes20Factory. createDistanceBufferType()Returns a new object of class 'Distance Buffer Type'.DistanceBufferTypeDocumentRoot. getBeyond()Returns the value of the 'Beyond' containment reference.DistanceBufferTypeDocumentRoot. getDWithin()Returns the value of the 'DWithin' containment reference.Methods in net.opengis.fes20 with parameters of type DistanceBufferType Modifier and Type Method Description voidDocumentRoot. setBeyond(DistanceBufferType value)Sets the value of the 'Beyond' containment reference.voidDocumentRoot. setDWithin(DistanceBufferType value)Sets the value of the 'DWithin' containment reference.
- 
Uses of DistanceBufferType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement DistanceBufferType Modifier and Type Class Description classDistanceBufferTypeImplAn implementation of the model object 'Distance Buffer Type'.Methods in net.opengis.fes20.impl that return DistanceBufferType Modifier and Type Method Description DistanceBufferTypeFes20FactoryImpl. createDistanceBufferType()DistanceBufferTypeDocumentRootImpl. getBeyond()DistanceBufferTypeDocumentRootImpl. getDWithin()Methods in net.opengis.fes20.impl with parameters of type DistanceBufferType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBeyond(DistanceBufferType newBeyond, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDWithin(DistanceBufferType newDWithin, NotificationChain msgs)voidDocumentRootImpl. setBeyond(DistanceBufferType newBeyond)voidDocumentRootImpl. setDWithin(DistanceBufferType newDWithin)
- 
Uses of DistanceBufferType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type DistanceBufferType Modifier and Type Method Description TFes20Switch. caseDistanceBufferType(DistanceBufferType object)Returns the result of interpreting the object as an instance of 'Distance Buffer Type'.booleanFes20Validator. validateDistanceBufferType(DistanceBufferType distanceBufferType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-