public static final class SpatialItemType.Factory extends Object
SpatialItemType.| Constructor and Description |
|---|
SpatialItemType.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static SpatialItemType |
newInstance()
Constructs a new instance of
SpatialItemType. |
static SpatialItemType |
newInstance(String name,
ObjectType objectType,
Status status)
Constructs a new instance of
SpatialItemType, taking all required and/or
read-only properties as arguments. |
static SpatialItemType |
newInstance(String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status)
Constructs a new instance of
SpatialItemType, taking all possible properties
(except the identifier(s))as arguments. |
public static SpatialItemType newInstance()
SpatialItemType.public static SpatialItemType newInstance(String name, ObjectType objectType, Status status)
SpatialItemType, taking all required and/or
read-only properties as arguments.public static SpatialItemType newInstance(String name, String description, Timestamp updateDate, Collection<SpatialItem> spatialItems, ObjectType objectType, Status status)
SpatialItemType, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.