01: package com.esri.sde.sdk.pe; 02: 03: public class PeProjectedCS { 04: 05: public PeProjectedCS(String s) throws PeProjectionException { 06: } 07: 08: public String getName() { 09: return null; 10: } 11: 12: }