Class GeographicLocation
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.GeographicLocation
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class GeographicLocation
extends Object
A GeographicLocation allows describing through coordinate(s) a point, a line or a space
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGeometryItem(GeographicPoint geometryItem) atschemaLocation(String atschemaLocation) booleangeometry(List<GeographicPoint> geometry) geometryType(String geometryType) @NotNull StringA link to the schema describing this REST ResourceIndicates the type of resource@Valid List<GeographicPoint>Get geometryType allows describing Geolocation form: it could be a point, a line, a polygon, a cylinder, etc....getHref()href of the GeoLocationgetId()Unique Identifier of a GeoLocationgetName()Name of a GeoLocation@NotNull StringinthashCode()voidsetAccuracy(String accuracy) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetGeometry(List<GeographicPoint> geometry) voidsetGeometryType(String geometryType) voidvoidvoidvoidsetSpatialRef(String spatialRef) spatialRef(String spatialRef) toString()
-
Constructor Details
-
GeographicLocation
public GeographicLocation()
-
-
Method Details
-
id
-
getId
Unique Identifier of a GeoLocation- Returns:
- id
-
setId
-
href
-
getHref
href of the GeoLocation- Returns:
- href
-
setHref
-
name
-
getName
Name of a GeoLocation- Returns:
- name
-
setName
-
geometryType
-
getGeometryType
Type allows describing Geolocation form: it could be a point, a line, a polygon, a cylinder, etc....- Returns:
- geometryType
-
setGeometryType
-
accuracy
-
getAccuracy
- Returns:
- accuracy
-
setAccuracy
-
spatialRef
-
getSpatialRef
- Returns:
- spatialRef
-
setSpatialRef
-
attype
-
getAttype
Indicates the type of resource- Returns:
- attype
-
setAttype
-
atschemaLocation
-
getAtschemaLocation
A link to the schema describing this REST Resource- Returns:
- atschemaLocation
-
setAtschemaLocation
-
geometry
-
addGeometryItem
-
getGeometry
Get geometry- Returns:
- geometry
-
setGeometry
-
equals
-
hashCode
public int hashCode() -
toString
-