Uses of Class
nl.tailormap.viewer.config.services.SimpleFeatureType
-
Packages that use SimpleFeatureType Package Description nl.tailormap.viewer.config.app nl.tailormap.viewer.config.forms nl.tailormap.viewer.config.services -
-
Uses of SimpleFeatureType in nl.tailormap.viewer.config.app
Methods in nl.tailormap.viewer.config.app that return SimpleFeatureType Modifier and Type Method Description SimpleFeatureTypeConfiguredAttribute. getFeatureType()SimpleFeatureTypeFileUpload. getSft()SimpleFeatureTypeConfiguredAttribute. getValueListFeatureType()Methods in nl.tailormap.viewer.config.app with parameters of type SimpleFeatureType Modifier and Type Method Description ConfiguredAttributeApplicationLayer. getAttribute(SimpleFeatureType sft, String name)List<ConfiguredAttribute>ApplicationLayer. getAttributes(SimpleFeatureType sft)Get all the attributes from this applicationLayer that are from the given SimpleFeatureType (or the SimpleFeatureType == null, for configured attributes that don't have a SimpleFeatureType set yet).List<ConfiguredAttribute>ApplicationLayer. getAttributes(SimpleFeatureType sft, boolean includeJoined)voidConfiguredAttribute. setFeatureType(SimpleFeatureType featureType)voidFileUpload. setSft(SimpleFeatureType sft)voidConfiguredAttribute. setValueListFeatureType(SimpleFeatureType valueListFeatureType) -
Uses of SimpleFeatureType in nl.tailormap.viewer.config.forms
Methods in nl.tailormap.viewer.config.forms that return SimpleFeatureType Modifier and Type Method Description SimpleFeatureTypeForm. getSft()Methods in nl.tailormap.viewer.config.forms with parameters of type SimpleFeatureType Modifier and Type Method Description voidForm. setSft(SimpleFeatureType sft) -
Uses of SimpleFeatureType in nl.tailormap.viewer.config.services
Methods in nl.tailormap.viewer.config.services that return SimpleFeatureType Modifier and Type Method Description SimpleFeatureTypeFeatureSource. addOrUpdateFeatureType(String typeName, SimpleFeatureType newType, org.apache.commons.lang3.mutable.MutableBoolean updated)SimpleFeatureTypeFeatureSource. getFeatureType(String typeName)SimpleFeatureTypeFeatureTypeRelation. getFeatureType()SimpleFeatureTypeLayer. getFeatureType()SimpleFeatureTypeFeatureTypeRelation. getForeignFeatureType()SimpleFeatureTypeSolrConf. getSimpleFeatureType()Methods in nl.tailormap.viewer.config.services that return types with arguments of type SimpleFeatureType Modifier and Type Method Description List<SimpleFeatureType>FeatureSource. getFeatureTypes()Methods in nl.tailormap.viewer.config.services with parameters of type SimpleFeatureType Modifier and Type Method Description SimpleFeatureTypeFeatureSource. addOrUpdateFeatureType(String typeName, SimpleFeatureType newType, org.apache.commons.lang3.mutable.MutableBoolean updated)voidFeatureTypeRelation. setFeatureType(SimpleFeatureType featureType)voidLayer. setFeatureType(SimpleFeatureType featureType)voidFeatureTypeRelation. setForeignFeatureType(SimpleFeatureType foreignFeatureType)voidSolrConf. setSimpleFeatureType(SimpleFeatureType simpleFeatureType)org.json.JSONObjectFeatureTypeRelation. toJSONObject(SimpleFeatureType head)booleanSimpleFeatureType. update(SimpleFeatureType update)Method parameters in nl.tailormap.viewer.config.services with type arguments of type SimpleFeatureType Modifier and Type Method Description voidFeatureSource. setFeatureTypes(List<SimpleFeatureType> featureTypes)
-