Uses of Class
org.opengis.util.FactoryException
- 
Packages that use FactoryException Package Description org.opengis.referencing Base interfaces for reference systems.org.opengis.referencing.crs org.opengis.referencing.cs Coordinate systems and their axis.org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. - 
- 
Uses of FactoryException in org.opengis.referencing
Subclasses of FactoryException in org.opengis.referencing Modifier and Type Class Description classNoSuchAuthorityCodeExceptionThrown when an authority factory can not find the requested authority code.Methods in org.opengis.referencing that throw FactoryException Modifier and Type Method Description IdentifiedObjectAuthorityFactory. createObject(String code)Returns an arbitrary object from a code.Set<String>AuthorityFactory. getAuthorityCodes(Class<? extends IdentifiedObject> type)Returns the set of authority codes for objects of the given type.InternationalStringAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code. - 
Uses of FactoryException in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that throw FactoryException Modifier and Type Method Description CompoundCRSCRSAuthorityFactory. createCompoundCRS(String code)Returns a 3D coordinate reference system from a code.CompoundCRSCRSFactory. createCompoundCRS(Map<String,?> properties, CoordinateReferenceSystem... components)Creates a compound coordinate reference system from an ordered list ofCoordinateReferenceSysteminstances.CoordinateReferenceSystemCRSAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.DerivedCRSCRSAuthorityFactory. createDerivedCRS(String code)Returns a derived coordinate reference system from a code.DerivedCRSCRSFactory. createDerivedCRS(Map<String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)Creates a derived coordinate reference system.EngineeringCRSCRSAuthorityFactory. createEngineeringCRS(String code)Returns a engineering coordinate reference system from a code.EngineeringCRSCRSFactory. createEngineeringCRS(Map<String,?> properties, EngineeringDatum datum, CoordinateSystem cs)Creates a engineering coordinate reference system.CoordinateReferenceSystemCRSFactory. createFromWKT(String wkt)Creates a coordinate reference system object from a Well-Known Text.CoordinateReferenceSystemCRSFactory. createFromXML(String xml)Creates a coordinate reference system object from a GML string.GeocentricCRSCRSAuthorityFactory. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Creates a geocentric coordinate reference system from a spherical coordinate system.GeographicCRSCRSAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.GeographicCRSCRSFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)Creates a geographic coordinate reference system.ImageCRSCRSAuthorityFactory. createImageCRS(String code)Returns a image coordinate reference system from a code.ImageCRSCRSFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Creates an image coordinate reference system.ParametricCRSCRSAuthorityFactory. createParametricCRS(String code)Returns a parametric coordinate reference system from a code.ParametricCRSCRSFactory. createParametricCRS(Map<String,?> properties, ParametricDatum datum, ParametricCS cs)Creates a parametric coordinate reference system.ProjectedCRSCRSAuthorityFactory. createProjectedCRS(String code)Returns a projected coordinate reference system from a code.ProjectedCRSCRSFactory. createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)Creates a projected coordinate reference system from a defining conversion.TemporalCRSCRSAuthorityFactory. createTemporalCRS(String code)Returns a temporal coordinate reference system from a code.TemporalCRSCRSFactory. createTemporalCRS(Map<String,?> properties, TemporalDatum datum, TimeCS cs)Creates a temporal coordinate reference system.VerticalCRSCRSAuthorityFactory. createVerticalCRS(String code)Returns a vertical coordinate reference system from a code.VerticalCRSCRSFactory. createVerticalCRS(Map<String,?> properties, VerticalDatum datum, VerticalCS cs)Creates a vertical coordinate reference system. - 
Uses of FactoryException in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that throw FactoryException Modifier and Type Method Description AffineCSCSFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional coordinate system from the given pair of axis.AffineCSCSFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional coordinate system from the given set of axis.CartesianCSCSAuthorityFactory. createCartesianCS(String code)Returns a Cartesian coordinate system from a code.CartesianCSCSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional Cartesian coordinate system from the given pair of axis.CartesianCSCSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional Cartesian coordinate system from the given set of axis.CoordinateSystemCSAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.CoordinateSystemAxisCSAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CoordinateSystemAxisCSFactory. createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)Creates a coordinate system axis from an abbreviation and a unit.CylindricalCSCSAuthorityFactory. createCylindricalCS(String code)Returns a cylindrical coordinate system from a code.CylindricalCSCSFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a cylindrical coordinate system from the given set of axis.EllipsoidalCSCSAuthorityFactory. createEllipsoidalCS(String code)Returns an ellipsoidal coordinate system from a code.EllipsoidalCSCSFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates an ellipsoidal coordinate system without ellipsoidal height.EllipsoidalCSCSFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates an ellipsoidal coordinate system with ellipsoidal height.LinearCSCSFactory. createLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a linear coordinate system.ParametricCSCSAuthorityFactory. createParametricCS(String code)Returns a parametric coordinate system from a code.ParametricCSCSFactory. createParametricCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a parametric coordinate system.PolarCSCSAuthorityFactory. createPolarCS(String code)Returns a polar coordinate system from a code.PolarCSCSFactory. createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a polar coordinate system from the given pair of axis.SphericalCSCSAuthorityFactory. createSphericalCS(String code)Returns a spherical coordinate system from a code.SphericalCSCSFactory. createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a spherical coordinate system from the given set of axis.TimeCSCSAuthorityFactory. createTimeCS(String code)Returns a temporal coordinate system from a code.TimeCSCSFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a time coordinate system.Unit<?>CSAuthorityFactory. createUnit(String code)Returns an unit of measurement from a code.UserDefinedCSCSFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two-dimensional user defined coordinate system.UserDefinedCSCSFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three-dimensional user defined coordinate system.VerticalCSCSAuthorityFactory. createVerticalCS(String code)Returns a vertical coordinate system from a code.VerticalCSCSFactory. createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a vertical coordinate system. - 
Uses of FactoryException in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that throw FactoryException Modifier and Type Method Description DatumDatumAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code.EllipsoidDatumAuthorityFactory. createEllipsoid(String code)Returns an ellipsoid from a code.EllipsoidDatumFactory. createEllipsoid(Map<String,?> properties, double semiMajorAxis, double semiMinorAxis, Unit<Length> unit)Creates an ellipsoid from radius values.EngineeringDatumDatumAuthorityFactory. createEngineeringDatum(String code)Returns a engineering datum from a code.EngineeringDatumDatumFactory. createEngineeringDatum(Map<String,?> properties)Creates an engineering datum.EllipsoidDatumFactory. createFlattenedSphere(Map<String,?> properties, double semiMajorAxis, double inverseFlattening, Unit<Length> unit)Creates an ellipsoid from an major radius, and inverse flattening.GeodeticDatumDatumAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.GeodeticDatumDatumFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.ImageDatumDatumAuthorityFactory. createImageDatum(String code)Returns a image datum from a code.ImageDatumDatumFactory. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)Creates an image datum.ParametricDatumDatumAuthorityFactory. createParametricDatum(String code)Returns a parametric datum from a code.ParametricDatumDatumFactory. createParametricDatum(Map<String,?> properties)Creates a parametric datum.PrimeMeridianDatumAuthorityFactory. createPrimeMeridian(String code)Returns a prime meridian from a code.PrimeMeridianDatumFactory. createPrimeMeridian(Map<String,?> properties, double longitude, Unit<Angle> unit)Creates a prime meridian, relative to Greenwich.TemporalDatumDatumAuthorityFactory. createTemporalDatum(String code)Returns a temporal datum from a code.TemporalDatumDatumFactory. createTemporalDatum(Map<String,?> properties, Date origin)Creates a temporal datum from an enumerated type value.VerticalDatumDatumAuthorityFactory. createVerticalDatum(String code)Returns a vertical datum from a code.VerticalDatumDatumFactory. createVerticalDatum(Map<String,?> properties, VerticalDatumType type)Creates a vertical datum from an enumerated type value. - 
Uses of FactoryException in org.opengis.referencing.operation
Subclasses of FactoryException in org.opengis.referencing.operation Modifier and Type Class Description classOperationNotFoundExceptionThrown when a coordinate operation is not found.Methods in org.opengis.referencing.operation that throw FactoryException Modifier and Type Method Description MathTransformMathTransformFactory. createAffineTransform(Matrix matrix)Creates an affine transform from a matrix.MathTransformMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.CoordinateOperationCoordinateOperationFactory. createConcatenatedOperation(Map<String,?> properties, CoordinateOperation... operations)Creates a concatenated operation from a sequence of operations.MathTransformMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)Creates a transform by concatenating two existing transforms.CoordinateOperationCoordinateOperationAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.ConversionCoordinateOperationFactory. createDefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)Creates a defining conversion from a set of properties.Set<CoordinateOperation>CoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates operations from coordinate reference system codes.MathTransformMathTransformFactory. createFromWKT(String wkt)Creates a math transform object from a Well-Known Text.default MathTransformMathTransformFactory. createFromXML(String xml)Deprecated.This method was defined in OGC 01-009 in anticipation for future normative specification, but no XML format for math transforms have been defined.CoordinateOperationCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.OperationMethodCoordinateOperationAuthorityFactory. createOperationMethod(String code)Creates an operation method from a single code.OperationMethodCoordinateOperationFactory. createOperationMethod(Map<String,?> properties, Integer sourceDimension, Integer targetDimension, ParameterDescriptorGroup parameters)Creates an operation method from a set of properties and a descriptor group.MathTransformMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters.MathTransformMathTransformFactory. createPassThroughTransform(int firstAffectedCoordinate, MathTransform subTransform, int numTrailingCoordinates)Creates a transform which passes through a subset of coordinates to another transform.OperationMethodCoordinateOperationFactory. getOperationMethod(String name)Returns the build-in operation method of the given name. - 
Uses of FactoryException in org.opengis.util
Subclasses of FactoryException in org.opengis.util Modifier and Type Class Description classNoSuchIdentifierExceptionThrown when an identifier provided to a factory method can not be found. 
 -