Uses of Class
nl.b3p.tailormap.api.persistence.TMFeatureType
-
Packages that use TMFeatureType Package Description nl.b3p.tailormap.api.geotools.featuresources nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.helper -
-
Uses of TMFeatureType in nl.b3p.tailormap.api.geotools.featuresources
Methods in nl.b3p.tailormap.api.geotools.featuresources with parameters of type TMFeatureType Modifier and Type Method Description protected TMFeatureTypeInfoFeatureSourceHelper. getFeatureTypeInfo(TMFeatureType pft, org.geotools.api.data.ResourceInfo info, org.geotools.api.data.SimpleFeatureSource gtFs)protected TMFeatureTypeInfoWFSFeatureSourceHelper. getFeatureTypeInfo(TMFeatureType pft, org.geotools.api.data.ResourceInfo info, org.geotools.api.data.SimpleFeatureSource gtFs)org.geotools.api.data.SimpleFeatureSourceFeatureSourceFactoryHelper. openGeoToolsFeatureSource(TMFeatureType tmft)org.geotools.api.data.SimpleFeatureSourceFeatureSourceFactoryHelper. openGeoToolsFeatureSource(TMFeatureType tmft, int timeout)org.geotools.api.data.SimpleFeatureSourceFeatureSourceHelper. openGeoToolsFeatureSource(TMFeatureType tmft, Integer timeout) -
Uses of TMFeatureType in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type TMFeatureType Modifier and Type Method Description List<TMFeatureType>TMFeatureSource. getAllFeatureTypes()List<TMFeatureType>TMFeatureSource. getFeatureTypes()Method parameters in nl.b3p.tailormap.api.persistence with type arguments of type TMFeatureType Modifier and Type Method Description TMFeatureSourceTMFeatureSource. setFeatureTypes(List<TMFeatureType> featureTypes) -
Uses of TMFeatureType in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper with parameters of type TMFeatureType Modifier and Type Method Description static Map<String,org.apache.commons.lang3.tuple.Pair<TMAttributeDescriptor,AttributeSettings>>TMFeatureTypeHelper. getConfiguredAttributes(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings)Return a map of attribute names (in order, using a LinkedHashMap implementation) to an attribute descriptor and configured settings pair, taking into account the configured attribute order and hidden attributes.static Set<String>TMFeatureTypeHelper. getHiddenAttributes(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings)static Set<String>TMFeatureTypeHelper. getNonHiddenAttributeNames(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings)Get the non-hidden attribute names for a feature type.static Set<TMAttributeDescriptor>TMFeatureTypeHelper. getNonHiddenAttributes(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings)Get the non-hidden attribute descriptors for a feature type.static Set<String>TMFeatureTypeHelper. getReadOnlyAttributes(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings)static booleanTMFeatureTypeHelper. isEditable(Application application, AppTreeLayerNode appTreeLayerNode, TMFeatureType featureType)
-