Uses of Class
org.apache.sis.measure.Angle
Packages that use Angle
Package
Description
Default set of
ObjectConverter
implementations.Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Information about spatial, vertical, and temporal extent.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of Angle in org.apache.sis.internal.converter
Methods in org.apache.sis.internal.converter that return AngleMethods in org.apache.sis.internal.converter that return types with arguments of type AngleModifier and TypeMethodDescriptionAngleConverter.inverse()
Returns the inverse converter.AngleConverter.Inverse.inverse()
Returns the inverse converter.AngleConverter.Inverse.unique()
Returns the unique instance.AngleConverter.unique()
Returns the unique instance.Methods in org.apache.sis.internal.converter with parameters of type Angle -
Uses of Angle in org.apache.sis.measure
Subclasses of Angle in org.apache.sis.measureModifier and TypeClassDescriptionfinal class
The angular height of an object measured from the horizontal plane.final class
A latitude angle in decimal degrees.final class
A longitude angle in decimal degrees.Methods in org.apache.sis.measure that return AngleModifier and TypeMethodDescriptionParses the given string as an angle.AngleFormat.parse
(String source, ParsePosition pos) Parses the given string as an angle.private Angle
AngleFormat.parse
(String source, ParsePosition pos, boolean spaceAsSeparator) Parses the given string as an angle.Methods in org.apache.sis.measure with parameters of type Angle -
Uses of Angle in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return AngleModifier and TypeMethodDescriptionprivate Angle
DefaultGeographicBoundingBox.isNonEmpty()
Returns an arbitrary non-null value if this bounding box is non-empty.private static Angle
DefaultGeographicBoundingBox.valueIfDefined
(double value, boolean latitude) Returns the given value if it defined, ornull
if NaN. -
Uses of Angle in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return Angle -
Uses of Angle in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type AngleModifier and TypeMethodDescriptionprivate static void
CoverageQuery.append
(StringBuffer sb, AngleFormat f, Angle start, Angle end) Formats a range of longitude or latitude values in the pseudo-SQL statement.