Class GeoJsonPointImpl

java.lang.Object
com.commercetools.api.models.common.GeoJsonPointImpl
All Implemented Interfaces:
GeoJson, GeoJsonPoint, io.vrap.rmf.base.client.ModelBase

public class GeoJsonPointImpl extends Object implements GeoJsonPoint, io.vrap.rmf.base.client.ModelBase
GeoJsonPoint
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Field Summary

    Fields inherited from interface com.commercetools.api.models.common.GeoJsonPoint

    POINT
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Longitude (stored on index [0]) and latitude (stored on index [1]) of the Point.
     
    int
     
    void
    setCoordinates(Double... coordinates)
    Longitude (stored on index [0]) and latitude (stored on index [1]) of the Point.
    void
    setCoordinates(List<Double> coordinates)
    Longitude (stored on index [0]) and latitude (stored on index [1]) of the Point.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.commercetools.api.models.common.GeoJson

    withGeoJson

    Methods inherited from interface com.commercetools.api.models.common.GeoJsonPoint

    withGeoJsonPoint

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString