Package com.azure.core.models
Class GeoObject
java.lang.Object
com.azure.core.models.GeoObject
- Direct Known Subclasses:
GeoCollection,GeoLineString,GeoLineStringCollection,GeoPoint,GeoPointCollection,GeoPolygon,GeoPolygonCollection
An abstract geo object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal GeoBoundingBoxBounding box for thisGeoObject.Additional properties about thisGeoObject.abstract GeoObjectTypegetType()Gets the GeoJSON type for this object.inthashCode()
-
Constructor Details
-
Method Details
-
getType
Gets the GeoJSON type for this object.- Returns:
- The GeoJSON type for this object.
-
getBoundingBox
Bounding box for thisGeoObject.- Returns:
- The bounding box for this
GeoObject.
-
getCustomProperties
Additional properties about thisGeoObject.- Returns:
- An unmodifiable representation of the additional properties associated with this
GeoObject.
-
hashCode
public int hashCode() -
equals
-