com.supermap.data
Class PrjFileType
- java.lang.Object
-
- com.supermap.data.PrjFileType
-
public class PrjFileType extends java.lang.Object
Defines the Projection file types.
-
-
Field Summary
Fields Modifier and Type Field and Description static PrjFileType
ESRI
The projection file type used by Esri, it is a prj file.static PrjFileType
SUPERMAP
A projection file type used by SuperMap, it's a XML file.
-
-
-
Field Detail
-
SUPERMAP
public static final PrjFileType SUPERMAP
A projection file type used by SuperMap, it's a XML file.
-
ESRI
public static final PrjFileType ESRI
The projection file type used by Esri, it is a prj file.
-
-