Class OspConstants
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.api.OspConstants
-
public class OspConstants extends Object
Set of constants used in the Outside Plant Module- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OspConstants()
-
-
-
Field Detail
-
ATTR_LAT
public static final String ATTR_LAT
XML Outside Plant View attribute lat- See Also:
- Constant Field Values
-
ATTR_LON
public static final String ATTR_LON
XML Outside Plant View attribute lon- See Also:
- Constant Field Values
-
ATTR_LATITUDE
public static final String ATTR_LATITUDE
Object class attribute latitude.- See Also:
- Constant Field Values
-
ATTR_LONGITUDE
public static final String ATTR_LONGITUDE
Object class attribute longitude.- See Also:
- Constant Field Values
-
PROPERTY_CONTROL_POINTS
public static final String PROPERTY_CONTROL_POINTS
View Edge property controlPoints- See Also:
- Constant Field Values
-
BUSINESS_OBJECT_SOURCE
public static final String BUSINESS_OBJECT_SOURCE
- See Also:
- Constant Field Values
-
BUSINESS_OBJECT_TARGET
public static final String BUSINESS_OBJECT_TARGET
- See Also:
- Constant Field Values
-
MAP_PROPERTY_CENTER_LATITUDE
public static final String MAP_PROPERTY_CENTER_LATITUDE
- See Also:
- Constant Field Values
-
MAP_PROPERTY_CENTER_LONGITUDE
public static final String MAP_PROPERTY_CENTER_LONGITUDE
- See Also:
- Constant Field Values
-
MAP_PROPERTY_ZOOM
public static final String MAP_PROPERTY_ZOOM
- See Also:
- Constant Field Values
-
MAP_PROPERTY_TYPE_ID
public static final String MAP_PROPERTY_TYPE_ID
- See Also:
- Constant Field Values
-
MAP_PROPERTY_SYNC_GEO_POSITION
public static final String MAP_PROPERTY_SYNC_GEO_POSITION
- See Also:
- Constant Field Values
-
MAP_PROPERTY_UNIT_OF_LENGTH
public static final String MAP_PROPERTY_UNIT_OF_LENGTH
- See Also:
- Constant Field Values
-
MAP_PROPERTY_COMPUTE_EDGES_LENGTH
public static final String MAP_PROPERTY_COMPUTE_EDGES_LENGTH
- See Also:
- Constant Field Values
-
MAP_PROPERTY_DEFAULT_PARENT
public static final String MAP_PROPERTY_DEFAULT_PARENT
- See Also:
- Constant Field Values
-
EDGE_STROKE_WEIGHT
public static final double EDGE_STROKE_WEIGHT
- See Also:
- Constant Field Values
-
EDGE_STROKE_WEIGHT_MOUSE_OVER
public static final double EDGE_STROKE_WEIGHT_MOUSE_OVER
- See Also:
- Constant Field Values
-
SPECIAL_ATTR_ENDPOINT_A
public static final String SPECIAL_ATTR_ENDPOINT_A
Special relationship endpointA- See Also:
- Constant Field Values
-
SPECIAL_ATTR_ENDPOINT_B
public static final String SPECIAL_ATTR_ENDPOINT_B
Special relationship endpointB- See Also:
- Constant Field Values
-
SPECIAL_REL_MIRROR
public static final String SPECIAL_REL_MIRROR
- See Also:
- Constant Field Values
-
SPECIAL_REL_MIRROR_MULTIPLE
public static final String SPECIAL_REL_MIRROR_MULTIPLE
- See Also:
- Constant Field Values
-
-