Package io.jmix.maps
Interface GeometryPropertiesResolver
- All Known Implementing Classes:
- GeometryPropertiesResolverImpl
public interface GeometryPropertiesResolver
Component used to find MetaProperties having 
Geometry annotation
 in a given MetaClass.- 
Method SummaryModifier and TypeMethodDescriptiongetGeometryProperties(MetaClass metaClass) Returns a collection of MetaProperties corresponding to the fields annotated withGeometryin the entity's MetaClass.getGeometryProperty(MetaClass metaClass) Returns a single MetaProperty corresponding to the field annotated withGeometryin the entity's MetaClass.
- 
Method Details- 
getGeometryPropertiesReturns a collection of MetaProperties corresponding to the fields annotated withGeometryin the entity's MetaClass.- Parameters:
- metaClass- entity's MetaClass
- Returns:
- Geometry metaProperties
 
- 
getGeometryPropertyReturns a single MetaProperty corresponding to the field annotated withGeometryin the entity's MetaClass.- Parameters:
- metaClass- entity's MetaClass
- Returns:
- Geometry metaProperty
- Throws:
- IllegalStateException- when metaClass does not have declared Geometry property or has more than one Geometry property
 
 
-