Package com.chrt.api.types
Class LocationFeature
- java.lang.Object
-
- com.chrt.api.types.LocationFeature
-
public final class LocationFeature extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLocationFeature._FinalStagestatic classLocationFeature.Builderstatic interfaceLocationFeature.GeometryStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationFeature.GeometryStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.util.List<java.lang.Object>>getBbox()GeometrygetGeometry()java.util.Optional<Id>getId()java.util.Optional<LocationProperties>getProperties()java.lang.StringgetType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getBbox
public java.util.Optional<java.util.List<java.lang.Object>> getBbox()
-
getType
public java.lang.String getType()
-
getGeometry
public Geometry getGeometry()
-
getProperties
public java.util.Optional<LocationProperties> getProperties()
-
getId
public java.util.Optional<Id> getId()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static LocationFeature.GeometryStage builder()
-
-