Uses of Class
org.fiware.ngsi.model.GeoPropertyVO
Packages that use GeoPropertyVO
-
Uses of GeoPropertyVO in org.fiware.mintaka.domain
Methods in org.fiware.mintaka.domain that return GeoPropertyVOModifier and TypeMethodDescriptiondefault GeoPropertyVO
AttributePropertyVOMapper.attributeToGeoProperty
(AbstractAttribute attribute, Instant createdAt, boolean modifiedAt) Map the internal attribute to a geoPropertyMethod parameters in org.fiware.mintaka.domain with type arguments of type GeoPropertyVOModifier and TypeMethodDescriptiondefault TemporalValueGeoProperty
TemporalValuesMapper.geoPropertyToTemporalValuesProperty
(List<GeoPropertyVO> propertyVOList, TimeStampType timeStampType) -
Uses of GeoPropertyVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return GeoPropertyVOModifier and TypeMethodDescriptionEntityFragmentVO.getLocation()
EntityVO.getLocation()
EntityFragmentVO.getObservationSpace()
EntityVO.getObservationSpace()
EntityFragmentVO.getOperationSpace()
EntityVO.getOperationSpace()
GeoPropertyVO.instanceId
(URI newInstanceId) EntityFragmentVO.location()
EntityVO.location()
GeoPropertyVO.modifiedAt
(Instant newModifiedAt) EntityFragmentVO.observationSpace()
EntityVO.observationSpace()
GeoPropertyVO.observedAt
(Instant newObservedAt) EntityFragmentVO.operationSpace()
EntityVO.operationSpace()
GeoPropertyVO.setAdditionalProperties
(String propertyKey, Object value) GeoPropertyVO.setAdditionalProperties
(Map<String, Object> newAdditionalProperties) GeoPropertyVO.setCreatedAt
(Instant newCreatedAt) GeoPropertyVO.setDatasetId
(URI newDatasetId) GeoPropertyVO.setInstanceId
(URI newInstanceId) GeoPropertyVO.setModifiedAt
(Instant newModifiedAt) GeoPropertyVO.setObservedAt
(Instant newObservedAt) GeoPropertyVO.setType
(GeoPropertyVO.Type newType) GeoPropertyVO.setUnitCode
(String newUnitCode) GeoPropertyVO.type
(GeoPropertyVO.Type newType) Methods in org.fiware.ngsi.model that return types with arguments of type GeoPropertyVOModifier and TypeMethodDescriptionEntityTemporalFragmentVO.getLocation()
EntityTemporalVO.getLocation()
EntityTemporalFragmentVO.getObservationSpace()
EntityTemporalVO.getObservationSpace()
EntityTemporalFragmentVO.getOperationSpace()
EntityTemporalVO.getOperationSpace()
EntityTemporalFragmentVO.location()
EntityTemporalVO.location()
EntityTemporalFragmentVO.observationSpace()
EntityTemporalVO.observationSpace()
EntityTemporalFragmentVO.operationSpace()
EntityTemporalVO.operationSpace()
Methods in org.fiware.ngsi.model with parameters of type GeoPropertyVOModifier and TypeMethodDescriptionEntityTemporalFragmentVO.addLocationItem
(GeoPropertyVO locationItem) EntityTemporalVO.addLocationItem
(GeoPropertyVO locationItem) EntityTemporalFragmentVO.addObservationSpaceItem
(GeoPropertyVO observationSpaceItem) EntityTemporalVO.addObservationSpaceItem
(GeoPropertyVO observationSpaceItem) EntityTemporalFragmentVO.addOperationSpaceItem
(GeoPropertyVO operationSpaceItem) EntityTemporalVO.addOperationSpaceItem
(GeoPropertyVO operationSpaceItem) EntityFragmentVO.location
(GeoPropertyVO newLocation) EntityVO.location
(GeoPropertyVO newLocation) EntityFragmentVO.observationSpace
(GeoPropertyVO newObservationSpace) EntityVO.observationSpace
(GeoPropertyVO newObservationSpace) EntityFragmentVO.operationSpace
(GeoPropertyVO newOperationSpace) EntityVO.operationSpace
(GeoPropertyVO newOperationSpace) EntityFragmentVO.setLocation
(GeoPropertyVO newLocation) EntityVO.setLocation
(GeoPropertyVO newLocation) EntityFragmentVO.setObservationSpace
(GeoPropertyVO newObservationSpace) EntityVO.setObservationSpace
(GeoPropertyVO newObservationSpace) EntityFragmentVO.setOperationSpace
(GeoPropertyVO newOperationSpace) EntityVO.setOperationSpace
(GeoPropertyVO newOperationSpace) Method parameters in org.fiware.ngsi.model with type arguments of type GeoPropertyVOModifier and TypeMethodDescriptionEntityTemporalFragmentVO.location
(List<GeoPropertyVO> newLocation) EntityTemporalVO.location
(List<GeoPropertyVO> newLocation) EntityTemporalFragmentVO.observationSpace
(List<GeoPropertyVO> newObservationSpace) EntityTemporalVO.observationSpace
(List<GeoPropertyVO> newObservationSpace) EntityTemporalFragmentVO.operationSpace
(List<GeoPropertyVO> newOperationSpace) EntityTemporalVO.operationSpace
(List<GeoPropertyVO> newOperationSpace) EntityTemporalFragmentVO.setLocation
(List<GeoPropertyVO> newLocation) EntityTemporalVO.setLocation
(List<GeoPropertyVO> newLocation) EntityTemporalFragmentVO.setObservationSpace
(List<GeoPropertyVO> newObservationSpace) EntityTemporalVO.setObservationSpace
(List<GeoPropertyVO> newObservationSpace) EntityTemporalFragmentVO.setOperationSpace
(List<GeoPropertyVO> newOperationSpace) EntityTemporalVO.setOperationSpace
(List<GeoPropertyVO> newOperationSpace)