Uses of Class
de.narimo.georepo.server.dto.FeatureType
-
Packages that use FeatureType Package Description de.narimo.georepo.server de.narimo.georepo.server.dto de.narimo.georepo.server.geoserver -
-
Uses of FeatureType in de.narimo.georepo.server
Methods in de.narimo.georepo.server that return types with arguments of type FeatureType Modifier and Type Method Description List<FeatureType>GeorepoFeature. getFeatureTypes(String geoserverRestUrl, String workspace, String datasource)Deprecated.use GeoserverWorkspace.getWorkspaceFeatureTypes() -
Uses of FeatureType in de.narimo.georepo.server.dto
Fields in de.narimo.georepo.server.dto with type parameters of type FeatureType Modifier and Type Field Description List<FeatureType>FeatureTypes. featureTypeMethods in de.narimo.georepo.server.dto that return types with arguments of type FeatureType Modifier and Type Method Description List<FeatureType>FeatureTypes. getFeatureType()Method parameters in de.narimo.georepo.server.dto with type arguments of type FeatureType Modifier and Type Method Description voidFeatureTypes. setFeatureTypes(List<FeatureType> featureType) -
Uses of FeatureType in de.narimo.georepo.server.geoserver
Methods in de.narimo.georepo.server.geoserver that return types with arguments of type FeatureType Modifier and Type Method Description List<FeatureType>GeoserverWorkspace. getWorkspaceFeatureTypes(String workspace, boolean includeDiffLayers)Retrieves all feature types/ layers per workspace.
-