public static final class SpatialItem.Factory extends Object
SpatialItem.| Constructor and Description |
|---|
SpatialItem.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static SpatialItem |
newInstance()
Constructs a new instance of
SpatialItem. |
static SpatialItem |
newInstance(Integer objectId,
SpatialItemType spatialItemType)
Constructs a new instance of
SpatialItem, taking all required and/or
read-only properties as arguments. |
static SpatialItem |
newInstance(Integer objectId,
Timestamp updateDate,
Collection<SpatialItemLine> spatialItemLines,
SpatialItemType spatialItemType,
Collection<SpatialItemArea> spatialItemAreas,
Collection<SpatialItem2Location> spatialItem2Locations,
Collection<SpatialItemPoint> spatialItemPoints)
Constructs a new instance of
SpatialItem, taking all possible properties
(except the identifier(s))as arguments. |
public static SpatialItem newInstance()
SpatialItem.public static SpatialItem newInstance(Integer objectId, SpatialItemType spatialItemType)
SpatialItem, taking all required and/or
read-only properties as arguments.public static SpatialItem newInstance(Integer objectId, Timestamp updateDate, Collection<SpatialItemLine> spatialItemLines, SpatialItemType spatialItemType, Collection<SpatialItemArea> spatialItemAreas, Collection<SpatialItem2Location> spatialItem2Locations, Collection<SpatialItemPoint> spatialItemPoints)
SpatialItem, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.