Package | Description |
---|---|
org.apache.sis.feature.builder |
Helper classes for creating
FeatureType instances. |
org.apache.sis.setup |
Provides information and some controls about SIS configuration.
|
Constructor and Description |
---|
FeatureTypeBuilder(NameFactory factory,
GeometryLibrary library,
Locale locale)
Creates a new builder instance using the given name factory, geometry library
and locale for formatting error messages.
|
Modifier and Type | Field and Description |
---|---|
static OptionKey<GeometryLibrary> |
OptionKey.GEOMETRY_LIBRARY
The library to use for creating geometric objects at reading time.
|
Modifier and Type | Method and Description |
---|---|
static GeometryLibrary |
GeometryLibrary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryLibrary[] |
GeometryLibrary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.