Uses of Interface
org.opengis.metadata.quality.PositionalAccuracy
Packages that use PositionalAccuracy
Package
Description
Information about data quality, accuracy and consistency of a dataset.
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.
Relationship between any two Coordinate Reference Systems (CRS).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of PositionalAccuracy in org.apache.sis.metadata.iso.quality
Classes in org.apache.sis.metadata.iso.quality that implement PositionalAccuracyModifier and TypeClassDescriptionclassAccuracy of the position of features.classCloseness of reported coordinate values to values accepted as or being true.classCloseness of gridded data position values to values accepted as or being true.classCloseness of the relative positions of features in the scope to their respective relative positions accepted as or being true.Methods in org.apache.sis.metadata.iso.quality with parameters of type PositionalAccuracyModifier and TypeMethodDescriptionstatic AbstractPositionalAccuracyAbstractPositionalAccuracy.castOrCopy(PositionalAccuracy object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.quality with parameters of type PositionalAccuracyModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of PositionalAccuracy in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum that return PositionalAccuracyModifier and TypeMethodDescriptionDefaultDatumEnsemble.getEnsembleAccuracy()Returns the inaccuracy introduced through use of this ensemble.Methods in org.apache.sis.referencing.datum that return types with arguments of type PositionalAccuracyModifier and TypeMethodDescriptionstatic Optional<PositionalAccuracy> DatumOrEnsemble.getAccuracy(IdentifiedObject object) If the given object is a datum ensemble or a CRS associated to a datum ensemble, returns its accuracy.Methods in org.apache.sis.referencing.datum with parameters of type PositionalAccuracyModifier and TypeMethodDescriptionstatic <D extends Datum>
DefaultDatumEnsemble<D> DefaultDatumEnsemble.create(Map<String, ?> properties, Class<D> memberType, Collection<? extends D> members, PositionalAccuracy accuracy) Creates a datum ensemble from the given properties.Constructors in org.apache.sis.referencing.datum with parameters of type PositionalAccuracyModifierConstructorDescriptionprotectedDefaultDatumEnsemble(Map<String, ?> properties, Collection<? extends D> members, PositionalAccuracy accuracy, Class<D> memberType) Creates a datum ensemble from the given properties. -
Uses of PositionalAccuracy in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory with parameters of type PositionalAccuracyModifier and TypeMethodDescription<D extends Datum>
DefaultDatumEnsemble<D> GeodeticObjectFactory.createDatumEnsemble(Map<String, ?> properties, Collection<? extends D> members, PositionalAccuracy accuracy) Creates a datum ensemble from a collection of members and an ensemble accuracy. -
Uses of PositionalAccuracy in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return types with arguments of type PositionalAccuracyModifier and TypeMethodDescriptionAbstractCoordinateOperation.getCoordinateOperationAccuracy()Returns an estimation of the impact of this operation on point accuracy. -
Uses of PositionalAccuracy in org.opengis.metadata.quality
Subinterfaces of PositionalAccuracy in org.opengis.metadata.qualityModifier and TypeInterfaceDescriptioninterfaceCloseness of reported coordinate values to values accepted as or being true.interfaceCloseness of gridded data position values to values accepted as or being true.interfaceCloseness of the relative positions of features in the scope to their respective relative positions accepted as or being true. -
Uses of PositionalAccuracy in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return types with arguments of type PositionalAccuracyModifier and TypeMethodDescriptionCoordinateOperation.getCoordinateOperationAccuracy()Estimate(s) of the impact of this operation on point accuracy.