Uses of Class
de.turnertech.ows.gml.Distance
Packages that use Distance
-
Uses of Distance in de.turnertech.ows.gml
Methods in de.turnertech.ows.gml that return DistanceModifier and TypeMethodDescriptionstatic Distance
Distance.fromFeet
(double feet) static Distance
Distance.fromKilometres
(double kilometres) static Distance
Distance.fromMetres
(double metres) static Distance
Distance.fromNauticalMiles
(double nauticalMiles) Distance.inFeet()
Distance.inKilometres()
Distance.inMetres()
Distance.inNauticalMiles()
Methods in de.turnertech.ows.gml with parameters of type DistanceModifier and TypeMethodDescriptionboolean
Distance.equalsDistance
(Distance other) boolean
Distance.equalsDistance
(Distance other, double tolerance)