public static class Geo.Factory extends Content.Factory implements PropertyFactory<Geo>
| Type | Property and Description |
|---|---|
Geo |
create |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Geo |
createProperty() |
Geo |
createProperty(List<Parameter> parameters,
String value) |
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic Geo createProperty
createProperty in interface PropertyFactory<Geo>public Geo createProperty(List<Parameter> parameters, String value)
createProperty in interface PropertyFactory<Geo>parameters - a list of property parametersvalue - a property valuepublic Geo createProperty()
createProperty in interface PropertyFactory<Geo>