Uses of Interface
net.opengis.fes20.MeasureType
Packages that use MeasureType
-
Uses of MeasureType in net.opengis.fes20
Methods in net.opengis.fes20 that return MeasureTypeModifier and TypeMethodDescriptionFes20Factory.createMeasureType()
Returns a new object of class 'Measure Type'.DistanceBufferType.getDistance()
Returns the value of the 'Distance' containment reference.Methods in net.opengis.fes20 with parameters of type MeasureTypeModifier and TypeMethodDescriptionvoid
DistanceBufferType.setDistance
(MeasureType value) Sets the value of the 'Distance
' containment reference. -
Uses of MeasureType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement MeasureTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Measure Type'.Fields in net.opengis.fes20.impl declared as MeasureTypeModifier and TypeFieldDescriptionprotected MeasureType
DistanceBufferTypeImpl.distance
The cached value of the 'Distance
' containment reference.Methods in net.opengis.fes20.impl that return MeasureTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createMeasureType()
DistanceBufferTypeImpl.getDistance()
Methods in net.opengis.fes20.impl with parameters of type MeasureTypeModifier and TypeMethodDescriptionNotificationChain
DistanceBufferTypeImpl.basicSetDistance
(MeasureType newDistance, NotificationChain msgs) void
DistanceBufferTypeImpl.setDistance
(MeasureType newDistance) -
Uses of MeasureType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type MeasureTypeModifier and TypeMethodDescriptionFes20Switch.caseMeasureType
(MeasureType object) Returns the result of interpreting the object as an instance of 'Measure Type'.boolean
Fes20Validator.validateMeasureType
(MeasureType measureType, DiagnosticChain diagnostics, Map<Object, Object> context)