Package org.fiware.ngsi.model
Class PolygonVO
java.lang.Object
org.fiware.ngsi.model.PolygonVO
@Generated(value="org.openapitools.codegen.languages.MicronautCodegen",
           date="2025-02-14T11:59:01.612183689Z[Etc/UTC]")
@Introspected
public class PolygonVO
extends Object
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncoordinates(PolygonDefinitionVO newCoordinates) booleangetType()inthashCode()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