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 MeasureTypeFes20Factory. createMeasureType()Returns a new object of class 'Measure Type'.MeasureTypeDistanceBufferType. getDistance()Returns the value of the 'Distance' containment reference.Methods in net.opengis.fes20 with parameters of type MeasureType Modifier and Type Method Description voidDistanceBufferType. 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 classMeasureTypeImplAn implementation of the model object 'Measure Type'.Fields in net.opengis.fes20.impl declared as MeasureType Modifier and Type Field Description protected MeasureTypeDistanceBufferTypeImpl. distanceThe cached value of the 'Distance' containment reference.Methods in net.opengis.fes20.impl that return MeasureType Modifier and Type Method Description MeasureTypeFes20FactoryImpl. createMeasureType()MeasureTypeDistanceBufferTypeImpl. getDistance()Methods in net.opengis.fes20.impl with parameters of type MeasureType Modifier and Type Method Description NotificationChainDistanceBufferTypeImpl. basicSetDistance(MeasureType newDistance, NotificationChain msgs)voidDistanceBufferTypeImpl. 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 TFes20Switch. caseMeasureType(MeasureType object)Returns the result of interpreting the object as an instance of 'Measure Type'.booleanFes20Validator. validateMeasureType(MeasureType measureType, DiagnosticChain diagnostics, Map<Object,Object> context)
-