Package de.narimo.georepo.server
Class GeorepoConstants
- java.lang.Object
-
- de.narimo.georepo.server.GeorepoConstants
-
public class GeorepoConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringallowedSRIDstatic List<String>ALLOWEDUPDATESTATIstatic StringDEFAULTSCHEMAstatic StringdiffAuthTableSuffixstatic StringdiffTableSuffixstatic StringGEOMETRYCOLUMNstatic StringgeoserverDataDirstatic StringGFIDCOLUMNstatic StringGRPFIDCOLUMNstatic StringGRPSTATUSCOLUMNstatic StringWORKSPACEPREFIX
-
Constructor Summary
Constructors Constructor Description GeorepoConstants()
-
-
-
Field Detail
-
GRPFIDCOLUMN
public static final String GRPFIDCOLUMN
- See Also:
- Constant Field Values
-
GFIDCOLUMN
public static final String GFIDCOLUMN
- See Also:
- Constant Field Values
-
GEOMETRYCOLUMN
public static final String GEOMETRYCOLUMN
- See Also:
- Constant Field Values
-
GRPSTATUSCOLUMN
public static final String GRPSTATUSCOLUMN
- See Also:
- Constant Field Values
-
DEFAULTSCHEMA
public static final String DEFAULTSCHEMA
- See Also:
- Constant Field Values
-
WORKSPACEPREFIX
public static final String WORKSPACEPREFIX
- See Also:
- Constant Field Values
-
allowedSRID
public static final String allowedSRID
- See Also:
- Constant Field Values
-
diffTableSuffix
public static String diffTableSuffix
-
diffAuthTableSuffix
public static String diffAuthTableSuffix
-
geoserverDataDir
public static String geoserverDataDir
-
-