public class FeatureType extends Object
| Constructor and Description |
|---|
FeatureType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
GeometryProperty |
getGeometry() |
Map<String,net.anwiba.commons.json.schema.v1_0.Property> |
getProperties() |
net.anwiba.commons.json.schema.v1_0.Property |
getProperties(String name) |
String |
getTitle() |
String |
getType() |
void |
setDescription(String description) |
void |
setGeometry(GeometryProperty geometry) |
void |
setProperties(Map<String,net.anwiba.commons.json.schema.v1_0.Property> properties) |
void |
setProperties(String name,
net.anwiba.commons.json.schema.v1_0.Property value) |
void |
setTitle(String title) |
void |
setType(String type) |
public void setType(String type)
public String getType()
public void setTitle(String title)
public String getTitle()
public void setDescription(String description)
public String getDescription()
public void setGeometry(GeometryProperty geometry)
public GeometryProperty getGeometry()
public void setProperties(String name, net.anwiba.commons.json.schema.v1_0.Property value)
public void setProperties(Map<String,net.anwiba.commons.json.schema.v1_0.Property> properties)
public net.anwiba.commons.json.schema.v1_0.Property getProperties(String name)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.