Uses of Class
org.apache.sis.internal.referencing.GeodeticObjectBuilder
Packages that use GeodeticObjectBuilder
Package
Description
A set of helper classes for the SIS implementation.
-
Uses of GeodeticObjectBuilder in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that return GeodeticObjectBuilderModifier and TypeMethodDescriptionGeodeticObjectBuilder.apply(org.opengis.referencing.crs.ProjectedCRS crs) Sets the operation method, parameters, conversion name and datum for the same projection than the given CRS.GeodeticObjectBuilder.applyPolarStereographic(boolean north) Sets the operation method, parameters and conversion name for a Polar Stereographic projection.GeodeticObjectBuilder.applyTransverseMercator(TransverseMercator.Zoner zoner, double latitude, double longitude) Sets the operation method, parameters and conversion name for a Transverse Mercator projection.GeodeticObjectBuilder.changeConversion(String newMethod, BiConsumer<org.opengis.parameter.ParameterValue<?>, Parameters> mapper) Replaces the current operation method by a new one with parameter values derived form the old method.GeodeticObjectBuilder.setConversion(org.opengis.parameter.ParameterValueGroup parameters) Sets the conversion method together with all parameters.GeodeticObjectBuilder.setConversionMethod(String name) Sets the conversion method to use for creating aProjectedCRSorDerivedCRS.GeodeticObjectBuilder.setConversionName(String name) Sets the name of the conversion to use for creating aProjectedCRSorDerivedCRS.GeodeticObjectBuilder.setDomainOfValidity(CharSequence description, double westBoundLongitude, double eastBoundLongitude, double southBoundLatitude, double northBoundLatitude) Sets the domain of validity as a geographic bounding box set to the specified values.GeodeticObjectBuilder.setFlattenedSphere(String name, double semiMajorAxis, double inverseFlattening, javax.measure.Unit<javax.measure.quantity.Length> units) Creates a geodetic datum with an ellipsoid of the given shape.GeodeticObjectBuilder.setNormalizedAxisOrder(boolean normalized) Sets whether axes should be in (longitude, latitude) order instead of (latitude, longitude).GeodeticObjectBuilder.setParameter(String name, double value, javax.measure.Unit<?> unit) Sets the value of a numeric parameter.