public class SpatialFeatureSchema
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
pointShpUri |
static java.lang.String |
polygonShpUri |
static int |
srid |
Constructor and Description |
---|
SpatialFeatureSchema()
empty constructor
|
Modifier and Type | Method and Description |
---|---|
static org.opengis.feature.simple.SimpleFeatureType |
getPointFeatureType()
Creates the featuretype schema for point centroids
|
static org.opengis.feature.simple.SimpleFeatureType |
getPolygonFeatureType()
Creates the featuretype schema for polygon bounds
|
public static java.lang.String polygonShpUri
public static java.lang.String pointShpUri
public static int srid
public static org.opengis.feature.simple.SimpleFeatureType getPolygonFeatureType()
public static org.opengis.feature.simple.SimpleFeatureType getPointFeatureType()
Copyright © 2020 Regents of the University of California. All Rights Reserved.