Uses of Class
org.opengis.util.FactoryException
Package
Description
Coordinate systems and their
axis.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of FactoryException in org.opengis.referencing
Modifier and TypeClassDescriptionclass
Thrown when an authority factory cannot find the requested authority code.Modifier and TypeMethodDescriptionAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.AuthorityFactory.getAuthorityCodes
(Class<? extends IdentifiedObject> type) Returns the set of authority codes of the given type.AuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code. -
Uses of FactoryException in org.opengis.referencing.crs
Modifier and TypeMethodDescriptionCRSAuthorityFactory.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.CRSFactory.createCompoundCRS
(Map<String, ?> properties, CoordinateReferenceSystem... elements) Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSystem
objects.CRSAuthorityFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.CRSAuthorityFactory.createDerivedCRS
(String code) Creates a derived coordinate reference system from a code.CRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system.CRSAuthorityFactory.createEngineeringCRS
(String code) Create a engineering coordinate reference system from a code.CRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering coordinate reference system.CRSFactory.createFromWKT
(String wkt) Creates a coordinate reference system object from a string.CRSFactory.createFromXML
(String xml) Creates a coordinate reference system object from a XML string.CRSAuthorityFactory.createGeocentricCRS
(String code) Returns a geocentric coordinate reference system from a code.CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, CartesianCS cs) Creates a geocentric coordinate reference system from a cartesian coordinate system.CRSFactory.createGeocentricCRS
(Map<String, ?> properties, GeodeticDatum datum, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system.CRSAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.CRSFactory.createGeographicCRS
(Map<String, ?> properties, GeodeticDatum datum, EllipsoidalCS cs) Creates a geographic coordinate reference system.CRSAuthorityFactory.createImageCRS
(String code) Create a image coordinate reference system from a code.CRSFactory.createImageCRS
(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Creates an image coordinate reference system.CRSAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system from a defining conversion.CRSAuthorityFactory.createTemporalCRS
(String code) Create a temporal coordinate reference system from a code.CRSFactory.createTemporalCRS
(Map<String, ?> properties, TemporalDatum datum, TimeCS cs) Creates a temporal coordinate reference system.CRSAuthorityFactory.createVerticalCRS
(String code) Create a vertical coordinate reference system from a code.CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical coordinate reference system. -
Uses of FactoryException in org.opengis.referencing.cs
Modifier and TypeMethodDescriptionCSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional coordinate system from the given pair of axis.CSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional coordinate system from the given set of axis.CSAuthorityFactory.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional cartesian coordinate system from the given pair of axis.CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional cartesian coordinate system from the given set of axis.CSAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.CSAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.CSFactory.createCoordinateSystemAxis
(Map<String, ?> properties, String abbreviation, AxisDirection direction, Unit<?> unit) Creates a coordinate system axis from an abbreviation and a unit.CSAuthorityFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.CSFactory.createCylindricalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axis.CSAuthorityFactory.createEllipsoidalCS
(String code) Creates an ellipsoidal coordinate system from a code.CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height.CSFactory.createLinearCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.CSAuthorityFactory.createPolarCS
(String code) Creates a polar coordinate system from a code.CSFactory.createPolarCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axis.CSAuthorityFactory.createSphericalCS
(String code) Creates a spherical coordinate system from a code.CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axis.CSAuthorityFactory.createTimeCS
(String code) Creates a temporal coordinate system from a code.CSFactory.createTimeCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a time coordinate system.Unit<?>
CSAuthorityFactory.createUnit
(String code) Returns an unit from a code.CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two-dimensional user defined coordinate system.CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three-dimensional user defined coordinate system.CSAuthorityFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code.CSFactory.createVerticalCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system. -
Uses of FactoryException in org.opengis.referencing.datum
Modifier and TypeMethodDescriptionDatumAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.DatumAuthorityFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.DatumFactory.createEllipsoid
(Map<String, ?> properties, double semiMajorAxis, double semiMinorAxis, Unit<Length> unit) Creates an ellipsoid from radius values.DatumAuthorityFactory.createEngineeringDatum
(String code) Creates a engineering datum from a code.DatumFactory.createEngineeringDatum
(Map<String, ?> properties) Creates an engineering datum.DatumFactory.createFlattenedSphere
(Map<String, ?> properties, double semiMajorAxis, double inverseFlattening, Unit<Length> unit) Creates an ellipsoid from an major radius, and inverse flattening.DatumAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.DatumFactory.createGeodeticDatum
(Map<String, ?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian) Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.DatumAuthorityFactory.createImageDatum
(String code) Creates a image datum from a code.DatumFactory.createImageDatum
(Map<String, ?> properties, PixelInCell pixelInCell) Creates an image datum.DatumAuthorityFactory.createPrimeMeridian
(String code) Returns a prime meridian from a code.DatumFactory.createPrimeMeridian
(Map<String, ?> properties, double longitude, Unit<Angle> unit) Creates a prime meridian, relative to Greenwich.DatumAuthorityFactory.createTemporalDatum
(String code) Creates a temporal datum from a code.DatumFactory.createTemporalDatum
(Map<String, ?> properties, Date origin) Creates a temporal datum from an enumerated type value.DatumAuthorityFactory.createVerticalDatum
(String code) Creates a vertical datum from a code.DatumFactory.createVerticalDatum
(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from an enumerated type value. -
Uses of FactoryException in org.opengis.referencing.operation
Modifier and TypeMethodDescriptionMathTransformFactory.createAffineTransform
(Matrix matrix) Creates an affine transform from a matrix.MathTransformFactory.createBaseToDerived
(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationFactory.createConcatenatedOperation
(Map<String, ?> properties, CoordinateOperation... operations) Creates a concatenated operation from a sequence of operations.MathTransformFactory.createConcatenatedTransform
(MathTransform transform1, MathTransform transform2) Creates a transform by concatenating two existing transforms.CoordinateOperationAuthorityFactory.createCoordinateOperation
(String code) Creates an operation from a single operation code.CoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.CoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates operations from coordinate reference system codes.MathTransformFactory.createFromWKT
(String wkt) Creates a math transform object from a string.MathTransformFactory.createFromXML
(String xml) Creates a math transform object from a XML string.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.CoordinateOperationAuthorityFactory.createOperationMethod
(String code) Creates an operation method from a single code.MathTransformFactory.createParameterizedTransform
(ParameterValueGroup parameters) Creates a transform from a group of parameters.MathTransformFactory.createPassThroughTransform
(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates) Creates a transform which passes through a subset of ordinates to another transform. -
Uses of FactoryException in org.opengis.util
Modifier and TypeClassDescriptionclass
Thrown when an identifier provided to a factory method cannot be found.