Uses of Class
org.geotools.api.referencing.NoSuchAuthorityCodeException
-
Packages that use NoSuchAuthorityCodeException Package Description org.geotools.api.referencing org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.gce.imagemosaic org.geotools.gml.stream org.geotools.ows.wmts.model org.geotools.referencing Reference systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.factory.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). -
-
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing
Methods in org.geotools.api.referencing that throw NoSuchAuthorityCodeException Modifier and Type Method Description IdentifiedObjectAuthorityFactory. createObject(String code)Returns an arbitrary object from a code.InternationalStringAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code. -
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing.crs
-
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that throw NoSuchAuthorityCodeException Modifier and Type Method Description CartesianCSCSAuthorityFactory. createCartesianCS(String code)Creates a cartesian coordinate system from a code.CoordinateSystemCSAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.CoordinateSystemAxisCSAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CylindricalCSCSAuthorityFactory. createCylindricalCS(String code)Creates a cylindrical coordinate system from a code.EllipsoidalCSCSAuthorityFactory. createEllipsoidalCS(String code)Creates an ellipsoidal coordinate system from a code.PolarCSCSAuthorityFactory. createPolarCS(String code)Creates a polar coordinate system from a code.SphericalCSCSAuthorityFactory. createSphericalCS(String code)Creates a spherical coordinate system from a code.TimeCSCSAuthorityFactory. createTimeCS(String code)Creates a temporal coordinate system from a code.Unit<?>CSAuthorityFactory. createUnit(String code)Returns an unit from a code.VerticalCSCSAuthorityFactory. createVerticalCS(String code)Creates a vertical coordinate system from a code. -
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that throw NoSuchAuthorityCodeException 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.EngineeringDatumDatumAuthorityFactory. createEngineeringDatum(String code)Creates a engineering datum from a code.GeodeticDatumDatumAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.ImageDatumDatumAuthorityFactory. createImageDatum(String code)Creates a image datum from a code.PrimeMeridianDatumAuthorityFactory. createPrimeMeridian(String code)Returns a prime meridian from a code.TemporalDatumDatumAuthorityFactory. createTemporalDatum(String code)Creates a temporal datum from a code.VerticalDatumDatumAuthorityFactory. createVerticalDatum(String code)Creates a vertical datum from a code. -
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that throw NoSuchAuthorityCodeException Modifier and Type Method Description CoordinateOperationCoordinateOperationAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.Set<CoordinateOperation>CoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates operations from coordinate reference system codes. -
Uses of NoSuchAuthorityCodeException in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that throw NoSuchAuthorityCodeException Modifier and Type Method Description voidImageMosaicConfigHandler. updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, File fileBeingProcessed, int fileIndex, double numFiles, DefaultTransaction transaction)voidImageMosaicConfigHandler. updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, ImageMosaicSourceElement element, int fileIndex, double numFiles, DefaultTransaction transaction)Use the passed coverageReader to create or update the all the needed configurations
It not responsible of the passed coverageReader which should be disposed outside (in the caller). -
Uses of NoSuchAuthorityCodeException in org.geotools.gml.stream
Methods in org.geotools.gml.stream that throw NoSuchAuthorityCodeException Modifier and Type Method Description GeometryXmlStreamGeometryReader. readGeometry()Reads the nextGeometryfrom the stream. -
Uses of NoSuchAuthorityCodeException in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that throw NoSuchAuthorityCodeException Modifier and Type Method Description protected CoordinateReferenceSystemTileMatrixSet. parseCoordinateReferenceSystem(String crs)Try and parse the crs string. -
Uses of NoSuchAuthorityCodeException in org.geotools.referencing
Methods in org.geotools.referencing that throw NoSuchAuthorityCodeException Modifier and Type Method Description static CoordinateReferenceSystemCRS. decode(String code)Return a Coordinate Reference System for the specified code.static CoordinateReferenceSystemCRS. decode(String code, boolean longitudeFirst)Return a Coordinate Reference System for the specified code, maybe forcing the axis order to (longitude, latitude). -
Uses of NoSuchAuthorityCodeException in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return NoSuchAuthorityCodeException Modifier and Type Method Description protected NoSuchAuthorityCodeExceptionAbstractAuthorityFactory. noSuchAuthorityCode(Class type, String code)Creates an exception for an unknow authority code.protected NoSuchAuthorityCodeExceptionAbstractCachedAuthorityFactory. noSuchAuthorityCode(Class type, String code, ClassCastException cause)Creates an exception for an unknown authority code.Methods in org.geotools.referencing.factory that throw NoSuchAuthorityCodeException Modifier and Type Method Description protected abstract URI_ParserAbstract_URI_AuthorityFactory. buildParser(String code)Subclasses must implement this method to return a subclass of URI_Parser appropriate to their URI.protected URI_ParserHTTP_URI_AuthorityFactory. buildParser(String code)protected URI_ParserURN_AuthorityFactory. buildParser(String code)CartesianCSAbstractAuthorityFactory. createCartesianCS(String code)Creates a cartesian coordinate system from a code.CompoundCRSAbstractAuthorityFactory. createCompoundCRS(String code)Creates a 3D coordinate reference system from a code.CoordinateOperationAbstractAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.CoordinateOperationPropertyCoordinateOperationAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.CoordinateReferenceSystemAbstractAuthorityFactory. createCoordinateReferenceSystem(String code)Returns an arbitrary coordinate reference system from a code.CoordinateReferenceSystemPropertyAuthorityFactory. createCoordinateReferenceSystem(String code)Returns a coordinate reference system from a code.CoordinateSystemAbstractAuthorityFactory. createCoordinateSystem(String code)Returns an arbitrary coordinate system from a code.CoordinateSystemAxisAbstractAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CylindricalCSAbstractAuthorityFactory. createCylindricalCS(String code)Creates a cylindrical coordinate system from a code.DatumAbstractAuthorityFactory. createDatum(String code)Returns an arbitrary datum from a code.DerivedCRSAbstractAuthorityFactory. createDerivedCRS(String code)Creates a derived coordinate reference system from a code.EllipsoidAbstractAuthorityFactory. createEllipsoid(String code)Returns an ellipsoid from a code.EllipsoidalCSAbstractAuthorityFactory. createEllipsoidalCS(String code)Creates an ellipsoidal coordinate system from a code.EngineeringCRSAbstractAuthorityFactory. createEngineeringCRS(String code)Creates a engineering coordinate reference system from a code.EngineeringDatumAbstractAuthorityFactory. createEngineeringDatum(String code)Creates a engineering datum from a code.ExtentAbstractAuthorityFactory. createExtent(String code)Returns a extent (usually an area of validity) from a code.Set<CoordinateOperation>AbstractAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates an operation from coordinate reference system codes.Set<CoordinateOperation>PropertyCoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates aCoordinateOperationfrom coordinate reference system codes.GeocentricCRSAbstractAuthorityFactory. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeodeticDatumAbstractAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.GeographicCRSAbstractAuthorityFactory. createGeographicCRS(String code)Returns a geographic coordinate reference system from a code.ImageCRSAbstractAuthorityFactory. createImageCRS(String code)Creates a image coordinate reference system from a code.ImageDatumAbstractAuthorityFactory. createImageDatum(String code)Creates a image datum from a code.IdentifiedObjectAbstractAuthorityFactory. createObject(String code)Returns an arbitrary object from a code.IdentifiedObjectPropertyAuthorityFactory. createObject(String code)Returns an arbitrary object from a code.OperationMethodAbstractAuthorityFactory. createOperationMethod(String code)Creates an operation method from a code.ParameterDescriptorAbstractAuthorityFactory. createParameterDescriptor(String code)Creates a parameter descriptor from a code.PolarCSAbstractAuthorityFactory. createPolarCS(String code)Creates a polar coordinate system from a code.PrimeMeridianAbstractAuthorityFactory. createPrimeMeridian(String code)Returns a prime meridian from a code.ProjectedCRSAbstractAuthorityFactory. createProjectedCRS(String code)Returns a projected coordinate reference system from a code.SphericalCSAbstractAuthorityFactory. createSphericalCS(String code)Creates a spherical coordinate system from a code.TemporalCRSAbstractAuthorityFactory. createTemporalCRS(String code)Creates a temporal coordinate reference system from a code.TemporalDatumAbstractAuthorityFactory. createTemporalDatum(String code)Creates a temporal datum from a code.TimeCSAbstractAuthorityFactory. createTimeCS(String code)Creates a temporal coordinate system from a code.Unit<?>AbstractAuthorityFactory. createUnit(String code)Returns an unit from a code.VerticalCRSAbstractAuthorityFactory. createVerticalCRS(String code)Creates a vertical coordinate reference system from a code.VerticalCSAbstractAuthorityFactory. createVerticalCS(String code)Creates a vertical coordinate system from a code.VerticalDatumAbstractAuthorityFactory. createVerticalDatum(String code)Creates a vertical datum from a code.protected AuthorityFactoryManyAuthoritiesFactory. getAuthorityFactory(String code)Returns a generic object authority factory for the specified"AUTHORITY:NUMBER"code.protected CoordinateOperationAuthorityFactoryManyAuthoritiesFactory. getCoordinateOperationAuthorityFactory(String code)Returns the operation authority factory for the specified"AUTHORITY:NUMBER"code.protected CRSAuthorityFactoryManyAuthoritiesFactory. getCRSAuthorityFactory(String code)Returns the CRS authority factory for the specified"AUTHORITY:NUMBER"code.protected CSAuthorityFactoryManyAuthoritiesFactory. getCSAuthorityFactory(String code)Returns the CS authority factory for the specified"AUTHORITY:NUMBER"code.protected DatumAuthorityFactoryManyAuthoritiesFactory. getDatumAuthorityFactory(String code)Returns the datum authority factory for the specified"AUTHORITY:NUMBER"code.InternationalStringBufferedAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringPropertyAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.InternationalStringPropertyCoordinateOperationAuthorityFactory. getDescriptionText(String code)Gets a description of the object corresponding to a code.StringPropertyAuthorityFactory. getWKT(String code)Returns the Well Know Text from a code. -
Uses of NoSuchAuthorityCodeException in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that throw NoSuchAuthorityCodeException Modifier and Type Method Description CoordinateOperationCoordinateOperationFactoryUsingWKT. createCoordinateOperation(String code)Creates an operation from a single operation code.EngineeringCRSCartesianAuthorityFactory. createEngineeringCRS(String code)Set<CoordinateOperation>CoordinateOperationFactoryUsingWKT. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates operations from coordinate reference system codes.InternationalStringCartesianAuthorityFactory. getDescriptionText(String code)protected CoordinateOperationAuthorityFactoryCoordinateOperationFactoryUsingWKT. getFallbackAuthorityFactory()Gets the next availableCoordinateOperationAuthorityFactoryin the priority list. -
Uses of NoSuchAuthorityCodeException in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that throw NoSuchAuthorityCodeException Modifier and Type Method Description protected intWebCRSFactory. getIntegerCode(String code)Extracts the integer code from the given authority code.
-