程序包 org.meteoinfo.projection.proj4j
-
接口概要 接口 说明 CoordinateTransform An interface for the operation of transforming aProjCoordinatefrom oneCoordinateReferenceSysteminto a different one. -
类概要 类 说明 BasicCoordinateTransform Represents the operation of transforming aProjCoordinatefrom oneCoordinateReferenceSysteminto a different one, using reprojection and datum conversion as required.CoordinateReferenceSystem Represents a projected or geodetic geospatial coordinate system, to which coordinates may be referenced.CoordinateTransformFactory CreatesCoordinateTransforms from source and targetCoordinateReferenceSystems.CRSFactory A factory which can createCoordinateReferenceSystems from a variety of ways of specifying them.ProjCoordinate Stores a the coordinates for a position defined relative to someCoordinateReferenceSystem.Registry -
异常错误概要 异常错误 说明 ConvergenceFailureException Signals that an interative mathematical algorithm has failed to converge.InvalidValueException Signals that a parameter or computed internal variable has a value which lies outside the allowable bounds for the computation in which it is being used.Proj4jException Signals that a situation or data state has been encountered which prevents computation from proceeding, or which would lead to erroneous results.ProjectionException Signals that an erroneous situation has occured during the computation of a projected coordinate system value.UnknownAuthorityCodeException Signals that an authority code is unknown and cannot be mapped to a CRS definition.UnsupportedParameterException Signals that a parameter in a CRS specification is not currently supported, or unknown.