public static final class FishingArea.Factory extends Object
FishingArea.| Constructor and Description |
|---|
FishingArea.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static FishingArea |
newInstance()
Constructs a new instance of
FishingArea. |
static FishingArea |
newInstance(DistanceToCoastGradient distanceToCoastGradient,
DepthGradient depthGradient,
Location location,
NearbySpecificArea nearbySpecificArea,
Sale sale,
Collection<FishingArea2RegulationLocation> regulationLocation,
Sample sample,
Produce produce,
VesselUseFeatures vesselUseFeatures,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
FishingArea, taking all possible properties
(except the identifier(s))as arguments. |
static FishingArea |
newInstance(Location location)
Constructs a new instance of
FishingArea, taking all required and/or
read-only properties as arguments. |
public static FishingArea newInstance()
FishingArea.public static FishingArea newInstance(Location location)
FishingArea, taking all required and/or
read-only properties as arguments.public static FishingArea newInstance(DistanceToCoastGradient distanceToCoastGradient, DepthGradient depthGradient, Location location, NearbySpecificArea nearbySpecificArea, Sale sale, Collection<FishingArea2RegulationLocation> regulationLocation, Sample sample, Produce produce, VesselUseFeatures vesselUseFeatures, GearUseFeatures gearUseFeatures)
FishingArea, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.