Uses of Interface
net.opengis.fes20.MeasureType
-
Packages that use MeasureType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of MeasureType in net.opengis.fes20
Methods in net.opengis.fes20 that return MeasureType Modifier and Type Method Description MeasureType
Fes20Factory. createMeasureType()
Returns a new object of class 'Measure Type'.MeasureType
DistanceBufferType. getDistance()
Returns the value of the 'Distance' containment reference.Methods in net.opengis.fes20 with parameters of type MeasureType Modifier and Type Method Description void
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 MeasureType Modifier and Type Class Description class
MeasureTypeImpl
An implementation of the model object 'Measure Type'.Fields in net.opengis.fes20.impl declared as MeasureType Modifier and Type Field Description protected MeasureType
DistanceBufferTypeImpl. distance
The cached value of the 'Distance
' containment reference.Methods in net.opengis.fes20.impl that return MeasureType Modifier and Type Method Description MeasureType
Fes20FactoryImpl. createMeasureType()
MeasureType
DistanceBufferTypeImpl. getDistance()
Methods in net.opengis.fes20.impl with parameters of type MeasureType Modifier and Type Method Description NotificationChain
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 MeasureType Modifier and Type Method Description T
Fes20Switch. 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)
-