Package org.bouncycastle.oer.its
Class PolygonalRegion.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.PolygonalRegion.Builder
-
- Enclosing class:
- PolygonalRegion
public static class PolygonalRegion.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolygonalRegion
createPolygonalRegion()
PolygonalRegion.Builder
setLocations(java.util.List<TwoDLocation> locations)
PolygonalRegion.Builder
setLocations(TwoDLocation... locations)
-
-
-
Method Detail
-
setLocations
public PolygonalRegion.Builder setLocations(java.util.List<TwoDLocation> locations)
-
setLocations
public PolygonalRegion.Builder setLocations(TwoDLocation... locations)
-
createPolygonalRegion
public PolygonalRegion createPolygonalRegion()
-
-