Package org.teamapps.dto
Klasse UiMapArea
java.lang.Object
org.teamapps.dto.UiMapArea
- Alle implementierten Schnittstellen:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected floatprotected floatprotected floatprotected float -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
minLatitude
protected float minLatitude -
maxLatitude
protected float maxLatitude -
minLongitude
protected float minLongitude -
maxLongitude
protected float maxLongitude
-
-
Konstruktordetails
-
UiMapArea
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiMapArea
public UiMapArea(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
-
getMinLatitude
public float getMinLatitude() -
getMaxLatitude
public float getMaxLatitude() -
getMinLongitude
public float getMinLongitude() -
getMaxLongitude
public float getMaxLongitude()
-