Uses of Class
org.apache.sis.geometry.CoordinateFormat.Resolution
Packages that use CoordinateFormat.Resolution
Package
Description
Basic geometric objects (envelopes and direct positions).
-
Uses of CoordinateFormat.Resolution in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return CoordinateFormat.ResolutionModifier and TypeMethodDescription(package private) CoordinateFormat.Resolution
CoordinateFormat.Resolution.derived
(org.opengis.referencing.crs.CoordinateReferenceSystem crs) If this resolution is in metres, returns equivalent resolution in degrees.Constructors in org.apache.sis.geometry with parameters of type CoordinateFormat.ResolutionModifierConstructorDescriptionprivate
Resolution
(CoordinateFormat.Resolution specified, double radius, javax.measure.Unit<javax.measure.quantity.Length> axisUnit) Creates a new instance derived from the given angular or linear resolution.