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