public class CommonFixture.Input extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
format |
protected String |
id |
protected boolean |
isBbox |
protected List<CommonFixture.Type> |
types |
| Constructor and Description |
|---|
Input(String id) |
Input(String id,
CommonFixture.Type type) |
Input(String id,
List<CommonFixture.Type> types,
boolean isBbox) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addType(CommonFixture.Type type) |
String |
getFormat() |
String |
getId() |
List<CommonFixture.Type> |
getTypes() |
boolean |
isBbox() |
void |
setBbox(boolean isBbox) |
void |
setFormat(String format) |
String |
toString() |
protected String id
protected List<CommonFixture.Type> types
protected boolean isBbox
protected String format
public Input(String id, List<CommonFixture.Type> types, boolean isBbox)
public Input(String id, CommonFixture.Type type)
public Input(String id)
public boolean isBbox()
public void setBbox(boolean isBbox)
public String getId()
public List<CommonFixture.Type> getTypes()
public boolean addType(CommonFixture.Type type)
public String getFormat()
public void setFormat(String format)
Copyright © 2024 Open Geospatial Consortium. All rights reserved.