Class GeographicLocation
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.GeographicLocation
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 StringGet accuracyA 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 StringGet spatialRefinthashCode()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
Get accuracy- Returns:
- accuracy
-
setAccuracy
-
spatialRef
-
getSpatialRef
Get spatialRef- 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
-