Uses of Class
org.locationtech.proj4j.geoapi.ParameterAccessor
Packages that use ParameterAccessor
Package
Description
Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.
-
Uses of ParameterAccessor in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as ParameterAccessorModifier and TypeFieldDescriptionprivate static final ParameterAccessor[]ParameterAccessor.ACCESSORSParameters that we can extract from aProjectionobject.private final ParameterAccessorParameterWrapper.descriptorThe parameter name together with the methods for getting or setting values.Methods in org.locationtech.proj4j.geoapi that return ParameterAccessorModifier and TypeMethodDescription(package private) static ParameterAccessorReturns the parameter descriptor of the given name.(package private) static ParameterAccessor[]ParameterAccessor.nonDefault(Projection proj) Returns all descriptors having a non-default values for the given PROJ4J projection.Constructors in org.locationtech.proj4j.geoapi with parameters of type ParameterAccessorModifierConstructorDescription(package private)ParameterWrapper(Projection impl, ParameterAccessor descriptor) Creates a new wrapper for the given PROJ4J implementation.