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, ornullif 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 IntegerUnits.getEpsgCode(Unit<?> unit, boolean inAxis) Returns the EPSG code of the given units, ornullif 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 StringExtents.getDescription(Extent extent, Locale locale) Returns the description of the given extent, ornullif none.static GeographicBoundingBoxExtents.getGeographicBoundingBox(Extent extent) Returns a single geographic bounding box from the specified extent.static GeographicBoundingBoxExtents.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, ornullif none.static MeasurementRange<Double> Extents.getVerticalRange(Extent extent) Returns the union of a subset of vertical ranges found in the given extent, ornullif 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, ornullif unknown.Parameterized.getParameterValues()Returns the parameter values for this parameterized object, ornullif unknown. -
Uses of OptionalCandidate in org.apache.sis.referencing
Methods in org.apache.sis.referencing with annotations of type OptionalCandidateModifier and TypeMethodDescriptionstatic CommonCRS.TemporalReturns the enumeration value for the given epoch, ornullif none.static CoordinateReferenceSystemCRS.getComponentAt(CoordinateReferenceSystem crs, int lower, int upper) Returns the coordinate reference system in the given range of dimension indices.static EnvelopeReturns the domain of validity of the specified coordinate reference system, ornullif unknown.static GeographicBoundingBoxReturns the valid geographic area for the given coordinate reference system, ornullif unknown.static GeographicBoundingBoxCRS.getGeographicBoundingBox(CoordinateOperation operation) Returns the valid geographic area for the given coordinate operation, ornullif unknown.static SingleCRSReturns the first horizontal coordinate reference system found in the given CRS, ornullif there is none.static IdentifierIdentifiedObjects.getIdentifier(IdentifiedObject object, Citation authority) Returns an identifier for the given object according the given authority.static doubleCRS.getLinearAccuracy(CoordinateOperation operation) Returns a positional accuracy estimation in metres for the given operation, orNaNif unknown.static StringIdentifiedObjects.getName(IdentifiedObject object, Citation authority) Returns an object name according the given authority.static StringIdentifiedObjects.getSimpleNameOrIdentifier(IdentifiedObject object) Returns the first name, alias or identifier which is a valid Unicode identifier.static TemporalCRSReturns the first temporal coordinate reference system found in the given CRS, ornullif there is none.static VerticalCRSCRS.getVerticalComponent(CoordinateReferenceSystem crs, boolean allowCreateEllipsoidal) Returns the first vertical coordinate reference system found in the given CRS, ornullif there is none.static IntegerIdentifiedObjects.lookupEPSG(IdentifiedObject object) Looks up an EPSG code, such as4326, of the specified object.static StringIdentifiedObjects.lookupURN(IdentifiedObject object, Citation authority) Looks up a URN, such as"urn:ogc:def:crs:EPSG:9.1:4326", of the specified object.static CoordinateReferenceSystemCRS.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, ornullif 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, ornullif 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 ContextualParametersAbstractMathTransform.getContextualParameters()Returns the parameters for a sequence of normalize →this→ denormalize transforms (optional operation).static MatrixMathTransforms.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, ornullif 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, ornullif none.static InternationalStringTypes.getDescription(Class<?> type) Returns a description for the given class, ornullif none.static InternationalStringTypes.getDescription(CodeList<?> code) Returns the description of the given enumeration or code list value, ornullif none.static StringTypes.getStandardName(Class<?> type) Returns the ISO name for the given class, ornullif none.static Class<?> Returns the Java class associated to the given type name.static InternationalStringTypes.toInternationalString(Map<String, ?> properties, String prefix) Returns an international string for the values in the given properties map, ornullif none.