Package org.fiware.ngsi.model
Class GeometryVO
java.lang.Object
org.fiware.ngsi.model.GeometryVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class GeometryVO
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCoordinatesItem
(PolygonDefinitionVO coordinatesItem) coordinates
(List<PolygonDefinitionVO> newCoordinates) boolean
getType()
int
hashCode()
setCoordinates
(List<PolygonDefinitionVO> newCoordinates) setType
(GeometryVO.Type newType) toString()
type()
type
(GeometryVO.Type newType)
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_COORDINATES
- See Also:
-
-
Constructor Details
-
GeometryVO
public GeometryVO()
-
-
Method Details