Uses of Class
org.locationtech.proj4j.geoapi.ParameterAccessor
-
Packages that use ParameterAccessor Package Description org.locationtech.proj4j.geoapi 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 ParameterAccessor Modifier and Type Field Description private static ParameterAccessor[]
ParameterAccessor. ACCESSORS
Parameters that we can extract from aProjection
object.private ParameterAccessor
ParameterWrapper. descriptor
The parameter name together with the methods for getting or setting values.Methods in org.locationtech.proj4j.geoapi that return ParameterAccessor Modifier and Type Method Description (package private) static ParameterAccessor
ParameterAccessor. forName(java.lang.String name)
Returns 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 ParameterAccessor Constructor Description ParameterWrapper(Projection impl, ParameterAccessor descriptor)
Creates a new wrapper for the given PROJ4J implementation.
-