Uses of Class
org.cts.crs.CRSException

Packages that use CRSException
org.cts   
org.cts.crs   
 

Uses of CRSException in org.cts
 

Methods in org.cts that throw CRSException
static CoordinateReferenceSystem CRSHelper.createCoordinateReferenceSystem(Identifier identifier, Map<String,String> parameters)
          Creates a new CoordinateReferenceSystem with the given Identifier and parameters.
 CoordinateReferenceSystem CRSFactory.createFromPrj(File file)
          Creates a CoordinateReferenceSystem defined by an OGC WKT String (PRJ).
 CoordinateReferenceSystem CRSFactory.createFromPrj(InputStream stream)
          Creates a CoordinateReferenceSystem defined by an OGC WKT String (PRJ).
 CoordinateReferenceSystem CRSFactory.createFromPrj(InputStream stream, Charset encoding)
          Creates a CoordinateReferenceSystem defined by an OGC WKT String (PRJ).
 CoordinateReferenceSystem CRSFactory.createFromPrj(String prjString)
          Creates a CoordinateReferenceSystem defined by an OGC WKT String (PRJ).
 CoordinateReferenceSystem CRSFactory.getCRS(String authorityAndSrid)
          Return a CoordinateReferenceSystem corresponding to an authority and a srid.
 

Uses of CRSException in org.cts.crs
 

Constructors in org.cts.crs that throw CRSException
CompoundCRS(Identifier identifier, GeodeticCRS horizontalCRS, VerticalCRS verticalCRS)
          Create a new GeodeticCRS.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.