Class SimpleFeatureType


  • @Entity
    public class SimpleFeatureType
    extends Object
    Author:
    Matthijs Laan
    • Constructor Detail

      • SimpleFeatureType

        public SimpleFeatureType()
    • Method Detail

      • setFeatureSource

        public void setFeatureSource​(FeatureSource featureSource)
      • getGeometryAttribute

        public String getGeometryAttribute()
      • setGeometryAttribute

        public void setGeometryAttribute​(String geometryAttribute)
      • isWriteable

        public boolean isWriteable()
      • setWriteable

        public void setWriteable​(boolean writeable)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getTypeName

        public String getTypeName()
      • setTypeName

        public void setTypeName​(String typeName)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getPrimaryKeyAttribute

        public String getPrimaryKeyAttribute()
      • setPrimaryKeyAttribute

        public void setPrimaryKeyAttribute​(String primaryKeyAttribute)
      • toJSONObject

        public org.json.JSONObject toJSONObject()
                                         throws org.json.JSONException
        Throws:
        org.json.JSONException
      • hasRelations

        public boolean hasRelations()