Uses of Annotation Interface
org.apache.sis.util.OptionalCandidate
Packages that use OptionalCandidate
Package
Description
Well Known Text (WKT) parsing and formatting.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Information about spatial, vertical, and temporal extent.
Descriptions and values of parameters used by a coordinate operation or a process.
Base classes for reference systems used for general positioning.
Relationship of a
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
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.io.wkt
Methods in org.apache.sis.io.wkt with annotations of type OptionalCandidateModifier and TypeMethodDescriptionWKTFormat.getWarnings()
If warnings occurred during the last WKT parsing or formatting, returns the warnings.Transliterator.toShortAxisName
(CoordinateSystem cs, AxisDirection direction, String name) Returns the axis name to format in WKT, ornull
if none. -
Uses of OptionalCandidate in org.apache.sis.measure
Methods in org.apache.sis.measure with annotations of type OptionalCandidateModifier and TypeMethodDescriptionstatic Number[]
Units.coefficients
(UnitConverter converter) Returns the coefficients of the given converter expressed as a polynomial equation.static Integer
Units.getEpsgCode
(Unit<?> unit, boolean inAxis) Returns the EPSG code of the given units, ornull
if unknown.static 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 String
Extents.getDescription
(Extent extent, Locale locale) Returns the description of the given extent, ornull
if none.static GeographicBoundingBox
Extents.getGeographicBoundingBox
(Extent extent) Returns a single geographic bounding box from the specified extent.static GeographicBoundingBox
Extents.getGeographicBoundingBox
(Metadata metadata) Returns a single geographic bounding box from the specified metadata.Extents.getTimeRange
(Extent extent) Returns the union of all time ranges found in the given extent, ornull
if none.static MeasurementRange
<Double> Extents.getVerticalRange
(Extent extent) Returns the union of a subset of vertical ranges found in the given extent, ornull
if none. -
Uses of OptionalCandidate in org.apache.sis.parameter
Methods in org.apache.sis.parameter with annotations of type OptionalCandidateModifier and TypeMethodDescriptionParameterized.getParameterDescriptors()
Returns the parameter descriptors for this parameterized object, ornull
if unknown.Parameterized.getParameterValues()
Returns the parameter values for this parameterized object, ornull
if unknown. -
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 CoordinateReferenceSystem
CRS.getComponentAt
(CoordinateReferenceSystem crs, int lower, int upper) Returns the coordinate reference system in the given range of dimension indices.static Envelope
Returns the domain of validity of the specified coordinate reference system, ornull
if unknown.static GeographicBoundingBox
Returns the valid geographic area for the given coordinate reference system, ornull
if unknown.static GeographicBoundingBox
CRS.getGeographicBoundingBox
(CoordinateOperation operation) Returns the valid geographic area for the given coordinate operation, ornull
if unknown.static SingleCRS
Returns the first horizontal coordinate reference system found in the given CRS, ornull
if there is none.static Identifier
IdentifiedObjects.getIdentifier
(IdentifiedObject object, Citation authority) Returns an identifier for the given object according the given authority.static double
CRS.getLinearAccuracy
(CoordinateOperation operation) Returns a positional accuracy estimation in metres for the given operation, orNaN
if unknown.static String
IdentifiedObjects.getName
(IdentifiedObject object, Citation authority) Returns an object name according the given authority.static String
IdentifiedObjects.getSimpleNameOrIdentifier
(IdentifiedObject object) Returns the first name, alias or identifier which is a valid Unicode identifier.static TemporalCRS
Returns the first temporal coordinate reference system found in the given CRS, ornull
if there is none.static VerticalCRS
CRS.getVerticalComponent
(CoordinateReferenceSystem crs, boolean allowCreateEllipsoidal) Returns the first vertical coordinate reference system found in the given CRS, ornull
if there is none.static Integer
IdentifiedObjects.lookupEPSG
(IdentifiedObject object) Looks up an EPSG code, such as4326
, of the specified object.static String
IdentifiedObjects.lookupURN
(IdentifiedObject object, Citation authority) Looks up a URN, such as"urn:ogc:def:crs:EPSG:9.1:4326"
, of the specified object.static CoordinateReferenceSystem
CRS.suggestCommonTarget
(GeographicBoundingBox regionOfInterest, 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.datum
Methods in org.apache.sis.referencing.datum with annotations of type OptionalCandidateModifier and TypeMethodDescriptionBursaWolfParameters.getDomainOfValidity()
Returns the region or timeframe in which a coordinate transformation based on those Bursa-Wolf parameters is valid, ornull
if unspecified.DefaultGeodeticDatum.getPositionVectorTransformation
(GeodeticDatum targetDatum, Extent areaOfInterest) Returns the position vector transformation (geocentric domain) to the specified datum.BursaWolfParameters.getTargetDatum()
Returns the target datum for this set of parameters, ornull
if unknown. -
Uses of OptionalCandidate in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory with annotations of type OptionalCandidateModifier and TypeMethodDescriptionIdentifiedObjectFinder.findSingleton
(IdentifiedObject object) Looks up only one object which is approximately equal to the specified object. -
Uses of OptionalCandidate in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql with annotations of type OptionalCandidateModifier and TypeMethodDescriptionSQLTranslator.getCatalog()
Returns the catalog that contains the EPSG schema.SQLTranslator.getSchema()
Returns the schema that contains the EPSG tables. -
Uses of OptionalCandidate in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with annotations of type OptionalCandidateModifier and TypeMethodDescriptionprotected ContextualParameters
AbstractMathTransform.getContextualParameters()
Returns the parameters for a sequence of normalize →this
→ denormalize transforms (optional operation).static Matrix
MathTransforms.getMatrix
(MathTransform transform) If the given transform is linear, returns its coefficients as a matrix.AbstractMathTransform.getParameterValues()
Returns the parameter values for this math transform, ornull
if unknown. -
Uses of OptionalCandidate in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso with annotations of type OptionalCandidateModifier and TypeMethodDescriptionstatic <T extends CodeList<T>>
TTypes.forCodeName
(Class<T> codeType, String name, Function<? super String, ? extends T> constructor) Returns the code of the given type that matches the given name, or optionally returns a new one if none match the name.static <T extends Enum<T>>
TTypes.forEnumName
(Class<T> enumType, String name) Returns the enumeration value of the given type that matches the given name, ornull
if none.static InternationalString
Types.getDescription
(Class<?> type) Returns a description for the given class, ornull
if none.static InternationalString
Types.getDescription
(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 Class
<?> Returns the Java class associated to the given type name.static InternationalString
Types.toInternationalString
(Map<String, ?> properties, String prefix) Returns an international string for the values in the given properties map, ornull
if none.