Package io.jmix.maps
Interface GeometryPropertiesResolver
- All Known Implementing Classes:
- GeometryPropertiesResolverImpl
Deprecated.
Component used to find MetaProperties having 
Geometry annotation
 in a given MetaClass.- 
Method SummaryModifier and TypeMethodDescriptiongetGeometryProperties(MetaClass metaClass) Deprecated.Returns a collection of MetaProperties corresponding to the fields annotated withGeometryin the entity's MetaClass.getGeometryProperty(MetaClass metaClass) Deprecated.Returns a single MetaProperty corresponding to the field annotated withGeometryin the entity's MetaClass.
- 
Method Details- 
getGeometryPropertiesDeprecated.Returns a collection of MetaProperties corresponding to the fields annotated withGeometryin the entity's MetaClass.- Parameters:
- metaClass- entity's MetaClass
- Returns:
- Geometry metaProperties
 
- 
getGeometryPropertyDeprecated.Returns 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
 
 
- 
Geometryannotation use "property" attribute in "dataVectorSource" XML element.