Package edu.ucsb.nceas.metacat.spatial
Class SpatialFeatureSchema
java.lang.Object
edu.ucsb.nceas.metacat.spatial.SpatialFeatureSchema
Class representing the geotools feature schemas and file paths
for the spatial data cache.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.opengis.feature.simple.SimpleFeatureType
Creates the featuretype schema for point centroidsstatic org.opengis.feature.simple.SimpleFeatureType
Creates the featuretype schema for polygon bounds
-
Field Details
-
polygonShpUri
-
pointShpUri
-
srid
public static int srid
-
-
Constructor Details
-
SpatialFeatureSchema
public SpatialFeatureSchema()empty constructor
-
-
Method Details
-
getPolygonFeatureType
public static org.opengis.feature.simple.SimpleFeatureType getPolygonFeatureType()Creates the featuretype schema for polygon bounds -
getPointFeatureType
public static org.opengis.feature.simple.SimpleFeatureType getPointFeatureType()Creates the featuretype schema for point centroids
-