Class OutsidePlantService
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.OutsidePlantService
-
@Service public class OutsidePlantService extends Object
Service to manage the persistence operations in the Outside Plant Manager Module- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_CENTER_LATITUDEDefault map center latitude.static doubleDEFAULT_CENTER_LONGITUDEDefault map center longitude.static StringDEFAULT_COLOR_FOR_LABELSDefault color for map labels.static StringDEFAULT_FILL_COLOR_FOR_LABELSDefault fill color for map labels.static StringDEFAULT_FONT_SIZE_FOR_LABELSDefault font size for map labels.static StringDEFAULT_LANGUAGEDefault map language (English).static doubleDEFAULT_MIN_ZOOM_FOR_LABELSDefault minimum zoom level for the map when displaying labels.static intDEFAULT_ZOOMDefault map center latitude.static StringSPECIAL_RELATIONSHIP_OSPMAN_HAS_PATHSpecial relationship to assign a Generic Physical Container with another Generic Physical Container.static StringVIEW_VERSIONThe version of the XML document generated by the as
-
Constructor Summary
Constructors Constructor Description OutsidePlantService()
-
-
-
Field Detail
-
DEFAULT_CENTER_LATITUDE
public static double DEFAULT_CENTER_LATITUDE
Default map center latitude. This value is used when the configuration variablewidgets.simplemap.centerLatitudecan not be found or it's not a number.
-
DEFAULT_CENTER_LONGITUDE
public static double DEFAULT_CENTER_LONGITUDE
Default map center longitude. This value is used when the configuration variablewidgets.simplemap.centerLongitudecan not be found or it's not a number.
-
DEFAULT_ZOOM
public static int DEFAULT_ZOOM
Default map center latitude. This value is used when the configuration variablewidgets.simplemap.zoomcan not be found or it's not a number.
-
DEFAULT_MIN_ZOOM_FOR_LABELS
public static final double DEFAULT_MIN_ZOOM_FOR_LABELS
Default minimum zoom level for the map when displaying labels.- See Also:
- Constant Field Values
-
DEFAULT_COLOR_FOR_LABELS
public static final String DEFAULT_COLOR_FOR_LABELS
Default color for map labels.- See Also:
- Constant Field Values
-
DEFAULT_FILL_COLOR_FOR_LABELS
public static final String DEFAULT_FILL_COLOR_FOR_LABELS
Default fill color for map labels.- See Also:
- Constant Field Values
-
DEFAULT_FONT_SIZE_FOR_LABELS
public static final String DEFAULT_FONT_SIZE_FOR_LABELS
Default font size for map labels.- See Also:
- Constant Field Values
-
DEFAULT_LANGUAGE
public static String DEFAULT_LANGUAGE
Default map language (English). This language will be used if the configuration variablewidgets.simplemap.languagecould not be found
-
VIEW_VERSION
public static String VIEW_VERSION
The version of the XML document generated by the as
-
SPECIAL_RELATIONSHIP_OSPMAN_HAS_PATH
public static final String SPECIAL_RELATIONSHIP_OSPMAN_HAS_PATH
Special relationship to assign a Generic Physical Container with another Generic Physical Container.- See Also:
- Constant Field Values
-
-