Package org.fiware.ngsi.model
Class PolygonVO
java.lang.Object
org.fiware.ngsi.model.PolygonVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
date="2024-08-06T06:12:43.920683610Z[Etc/UTC]")
@Introspected
public class PolygonVO
extends Object
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncoordinates
(PolygonDefinitionVO newCoordinates) boolean
getType()
int
hashCode()
setCoordinates
(PolygonDefinitionVO newCoordinates) setType
(PolygonVO.Type newType) toString()
type()
type
(PolygonVO.Type newType)
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_COORDINATES
- See Also:
-
-
Constructor Details
-
PolygonVO
public PolygonVO()
-
-
Method Details