trait GeometryToSimpleFeatureMethods[G <: Geometry] extends MethodExtensions[G]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeometryToSimpleFeatureMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: G
- Definition Classes
- MethodExtensions
Concrete Value Members
- def toSimpleFeature(crs: CRS, map: Map[String, Any], featureId: String): SimpleFeature
- def toSimpleFeature(map: Map[String, Any], featureId: String): SimpleFeature
- def toSimpleFeature(crs: CRS, featureId: String): SimpleFeature
- def toSimpleFeature(featureId: String): SimpleFeature
- def toSimpleFeature(crs: CRS, map: Map[String, Any]): SimpleFeature
- def toSimpleFeature(map: Map[String, Any]): SimpleFeature
- def toSimpleFeature(crs: CRS): SimpleFeature
- def toSimpleFeature(): SimpleFeature