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 double
DEFAULT_CENTER_LATITUDE
Default map center latitude.static double
DEFAULT_CENTER_LONGITUDE
Default map center longitude.static String
DEFAULT_COLOR_FOR_LABELS
Default color for map labels.static String
DEFAULT_FILL_COLOR_FOR_LABELS
Default fill color for map labels.static String
DEFAULT_FONT_SIZE_FOR_LABELS
Default font size for map labels.static String
DEFAULT_LANGUAGE
Default map language (English).static double
DEFAULT_MIN_ZOOM_FOR_LABELS
Default minimum zoom level for the map when displaying labels.static int
DEFAULT_ZOOM
Default map center latitude.static String
SPECIAL_RELATIONSHIP_OSPMAN_HAS_PATH
Special relationship to assign a Generic Physical Container with another Generic Physical Container.static String
VIEW_VERSION
The 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.centerLatitude
can 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.centerLongitude
can 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.zoom
can 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.language
could 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
-
-