Package de.narimo.georepo.server.dto
Class GeoserverFeatureTypes
- java.lang.Object
-
- de.narimo.georepo.server.dto.GeoserverFeatureTypes
-
public class GeoserverFeatureTypes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<GeoserverFeatureType>featureType
-
Constructor Summary
Constructors Constructor Description GeoserverFeatureTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GeoserverFeatureType>getFeatureType()voidsetFeatureTypes(List<GeoserverFeatureType> featureType)
-
-
-
Field Detail
-
featureType
public List<GeoserverFeatureType> featureType
-
-
Method Detail
-
getFeatureType
public List<GeoserverFeatureType> getFeatureType()
-
setFeatureTypes
public void setFeatureTypes(List<GeoserverFeatureType> featureType)
-
-