Uses of Class
nl.b3p.tailormap.api.persistence.TMFeatureType
Packages that use TMFeatureType
Package
Description
-
Uses of TMFeatureType in nl.b3p.tailormap.api.geotools.featuresources
Methods in nl.b3p.tailormap.api.geotools.featuresources with parameters of type TMFeatureTypeModifier and TypeMethodDescriptionprotected 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 TMFeatureTypeModifier and TypeMethodDescriptionTMFeatureSource.findFeatureTypeByName(String featureTypeName) GeoService.findFeatureTypeForLayer(GeoServiceLayer layer, FeatureSourceRepository featureSourceRepository) TMFeatureType.setAttributes(List<TMAttributeDescriptor> attributes) TMFeatureType.setComment(String comment) TMFeatureType.setDefaultGeometryAttribute(String defaultGeometryAttribute) TMFeatureType.setFeatureSource(TMFeatureSource featureSource) TMFeatureType.setInfo(TMFeatureTypeInfo info) TMFeatureType.setPrimaryKeyAttribute(String primaryKeyAttribute) TMFeatureType.setSettings(FeatureTypeSettings settings) TMFeatureType.setVersion(Long version) TMFeatureType.setWriteable(boolean writeable) Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type TMFeatureTypeModifier and TypeMethodDescriptionTMFeatureSource.getAllFeatureTypes()TMFeatureSource.getFeatureTypes()Method parameters in nl.b3p.tailormap.api.persistence with type arguments of type TMFeatureTypeModifier and TypeMethodDescriptionTMFeatureSource.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 TMFeatureTypeModifier and TypeMethodDescriptionstatic 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.TMFeatureTypeHelper.getHiddenAttributes(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) 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.TMFeatureTypeHelper.getReadOnlyAttributes(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) static booleanTMFeatureTypeHelper.isEditable(Application application, AppTreeLayerNode appTreeLayerNode, TMFeatureType featureType) -
Uses of TMFeatureType in nl.b3p.tailormap.api.solr
Methods in nl.b3p.tailormap.api.solr with parameters of type TMFeatureTypeModifier and TypeMethodDescriptionvoidSolrHelper.addFeatureTypeIndex(@NotNull SearchIndex searchIndex, @NotNull TMFeatureType tmFeatureType, @NotNull FeatureSourceFactoryHelper featureSourceFactoryHelper) Add or update a feature type index for a layer.