Package io.gs2.megaField.model
Class Spatial
java.lang.Object
io.gs2.megaField.model.Spatial
- All Implemented Interfaces:
IModel,Serializable,Comparable<Spatial>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic SpatialfromJson(com.fasterxml.jackson.databind.JsonNode data) getR()inthashCode()voidsetAreaModelName(String areaModelName) voidsetCreatedAt(Long createdAt) voidsetLastSyncAt(Long lastSyncAt) voidsetLayerModelName(String layerModelName) voidsetPosition(Position position) voidvoidsetSpatialId(String spatialId) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withAreaModelName(String areaModelName) withCreatedAt(Long createdAt) withLastSyncAt(Long lastSyncAt) withLayerModelName(String layerModelName) withPosition(Position position) withSpatialId(String spatialId) withUserId(String userId) withVector(Vector vector)
-
Constructor Details
-
Spatial
public Spatial()
-
-
Method Details
-
getSpatialId
-
setSpatialId
-
withSpatialId
-
getUserId
-
setUserId
-
withUserId
-
getAreaModelName
-
setAreaModelName
-
withAreaModelName
-
getLayerModelName
-
setLayerModelName
-
withLayerModelName
-
getPosition
-
setPosition
-
withPosition
-
getVector
-
setVector
-
withVector
-
getR
-
setR
-
withR
-
getLastSyncAt
-
setLastSyncAt
-
withLastSyncAt
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Spatial>
-
hashCode
public int hashCode() -
equals
-