Uses of Annotation Type
org.apache.sis.util.OptionalCandidate
Packages that use OptionalCandidate
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Information about spatial, vertical, and temporal extent.
Base classes for reference systems used for general positioning.
Conversions or transformations of multi-dimensional coordinate tuples.
Implementations of GeoAPI types from the
org.opengis.util
package.-
Uses of OptionalCandidate in org.apache.sis.measure
Methods in org.apache.sis.measure with annotations of type OptionalCandidateModifier and TypeMethodDescriptionstatic Integer
Units.getEpsgCode
(javax.measure.Unit<?> unit, boolean inAxis) Returns the EPSG code of the given units, ornull
if unknown.static javax.measure.Unit<?>
Units.valueOfEPSG
(int code) Returns a hard-coded unit from an EPSG code. -
Uses of OptionalCandidate in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent with annotations of type OptionalCandidateModifier and TypeMethodDescriptionstatic Date
Extents.getDate
(org.opengis.metadata.extent.Extent extent, double location) Returns an instant in the temporal elements of the given extent, ornull
if none.static String
Extents.getDescription
(org.opengis.metadata.extent.Extent extent, Locale locale) Returns the description of the given extent, ornull
if none.static org.opengis.metadata.extent.GeographicBoundingBox
Extents.getGeographicBoundingBox
(org.opengis.metadata.extent.Extent extent) Returns a single geographic bounding box from the specified extent.static org.opengis.metadata.extent.GeographicBoundingBox
Extents.getGeographicBoundingBox
(org.opengis.metadata.Metadata metadata) Returns a single geographic bounding box from the specified metadata.Extents.getTimeRange
(org.opengis.metadata.extent.Extent extent) Returns the union of all time ranges found in the given extent, ornull
if none.static MeasurementRange<Double>
Extents.getVerticalRange
(org.opengis.metadata.extent.Extent extent) Returns the union of chosen vertical ranges found in the given extent, ornull
if none. -
Uses of OptionalCandidate in org.apache.sis.referencing
Methods in org.apache.sis.referencing with annotations of type OptionalCandidateModifier and TypeMethodDescriptionstatic CommonCRS.Temporal
Returns the enumeration value for the given epoch, ornull
if none.static org.opengis.referencing.crs.CoordinateReferenceSystem
CRS.getComponentAt
(org.opengis.referencing.crs.CoordinateReferenceSystem crs, int lower, int upper) Returns the coordinate reference system in the given range of dimension indices.static org.opengis.geometry.Envelope
CRS.getDomainOfValidity
(org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns the domain of validity of the specified coordinate reference system, ornull
if unknown.static org.opengis.metadata.extent.GeographicBoundingBox
CRS.getGeographicBoundingBox
(org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns the valid geographic area for the given coordinate reference system, ornull
if unknown.static org.opengis.metadata.extent.GeographicBoundingBox
CRS.getGeographicBoundingBox
(org.opengis.referencing.operation.CoordinateOperation operation) Returns the valid geographic area for the given coordinate operation, ornull
if unknown.static org.opengis.referencing.crs.SingleCRS
CRS.getHorizontalComponent
(org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns the first horizontal coordinate reference system found in the given CRS, ornull
if there is none.static double
CRS.getLinearAccuracy
(org.opengis.referencing.operation.CoordinateOperation operation) Returns a positional accuracy estimation in metres for the given operation, orNaN
if unknown.static org.opengis.referencing.crs.TemporalCRS
CRS.getTemporalComponent
(org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns the first temporal coordinate reference system found in the given CRS, ornull
if there is none.static org.opengis.referencing.crs.VerticalCRS
CRS.getVerticalComponent
(org.opengis.referencing.crs.CoordinateReferenceSystem crs, boolean allowCreateEllipsoidal) Returns the first vertical coordinate reference system found in the given CRS, ornull
if there is none.static org.opengis.referencing.crs.CoordinateReferenceSystem
CRS.suggestCommonTarget
(org.opengis.metadata.extent.GeographicBoundingBox regionOfInterest, org.opengis.referencing.crs.CoordinateReferenceSystem... sourceCRS) Suggests a coordinate reference system which could be a common target for coordinate operations having the given sources. -
Uses of OptionalCandidate in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with annotations of type OptionalCandidateModifier and TypeMethodDescriptionstatic org.opengis.referencing.operation.Matrix
MathTransforms.getMatrix
(org.opengis.referencing.operation.MathTransform transform) If the given transform is linear, returns its coefficients as a matrix. -
Uses of OptionalCandidate in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso with annotations of type OptionalCandidateModifier and TypeMethodDescriptionstatic org.opengis.util.InternationalString
Types.getDescription
(Class<?> type) Returns a description for the given class, ornull
if none.static org.opengis.util.InternationalString
Types.getDescription
(org.opengis.util.CodeList<?> code) Returns the description of the given enumeration or code list value, ornull
if none.static String
Types.getStandardName
(Class<?> type) Returns the ISO name for the given class, ornull
if none.static org.opengis.util.InternationalString
Types.toInternationalString
(Map<String, ?> properties, String prefix) Returns an international string for the values in the given properties map, ornull
if none.