类 Proj4FileReader


  • public class Proj4FileReader
    extends java.lang.Object
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String[] getParameters​(java.lang.String crsName)
      Gets the list of PROJ.4 parameters which define the coordinate system specified by name.
      java.lang.String[] readParametersFromFile​(java.lang.String authorityCode, java.lang.String name)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • Proj4FileReader

        public Proj4FileReader()
    • 方法详细资料

      • readParametersFromFile

        public java.lang.String[] readParametersFromFile​(java.lang.String authorityCode,
                                                         java.lang.String name)
                                                  throws java.io.IOException
        抛出:
        java.io.IOException
      • getParameters

        public java.lang.String[] getParameters​(java.lang.String crsName)
        Gets the list of PROJ.4 parameters which define the coordinate system specified by name.
        参数:
        crsName - the name of the coordinate system
        返回:
        the PROJ.4 projection parameters which define the coordinate system