Class GMLFeature

java.lang.Object
org.episteme.social.geography.loaders.gml.GMLFeature

public class GMLFeature extends Object
Represents a geographic feature in a GML document.
  • Constructor Details

    • GMLFeature

      public GMLFeature()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTypeName

      public String getTypeName()
    • setTypeName

      public void setTypeName(String typeName)
    • getGeometry

      public GMLGeometry getGeometry()
    • setGeometry

      public void setGeometry(GMLGeometry geometry)
    • setProperty

      public void setProperty(String key, String value)
    • getProperty

      public String getProperty(String key)
    • getProperties

      public Map<String,String> getProperties()