public interface JTSGeometryPaths
| Modifier and Type | Method and Description | 
|---|---|
| <A extends com.vividsolutions.jts.geom.Geometry> | createGeometry(String property,
              Class<? extends A> type) | 
| <A extends com.vividsolutions.jts.geom.GeometryCollection> | createGeometryCollection(String property,
                        Class<? extends A> type) | 
| <A extends com.vividsolutions.jts.geom.LinearRing> | createLinearRing(String property,
                Class<? extends A> type) | 
| <A extends com.vividsolutions.jts.geom.LineString> | createLineString(String property,
                Class<? extends A> type) | 
| <A extends com.vividsolutions.jts.geom.MultiLineString> | createMultiLineString(String property,
                     Class<? extends A> type) | 
| <A extends com.vividsolutions.jts.geom.MultiPoint> | createMultiPoint(String property,
                Class<? extends A> type) | 
| <A extends com.vividsolutions.jts.geom.MultiPolygon> | createMultiPolygon(String property,
                  Class<? extends A> type) | 
| <A extends com.vividsolutions.jts.geom.Point> | createPoint(String property,
           Class<? extends A> type) | 
| <A extends com.vividsolutions.jts.geom.Polygon> | createPolygon(String property,
             Class<? extends A> type) | 
<A extends com.vividsolutions.jts.geom.GeometryCollection> JTSGeometryCollectionPath<A> createGeometryCollection(String property, Class<? extends A> type)
<A extends com.vividsolutions.jts.geom.Geometry> JTSGeometryPath<A> createGeometry(String property, Class<? extends A> type)
<A extends com.vividsolutions.jts.geom.LinearRing> JTSLinearRingPath<A> createLinearRing(String property, Class<? extends A> type)
<A extends com.vividsolutions.jts.geom.LineString> JTSLineStringPath<A> createLineString(String property, Class<? extends A> type)
<A extends com.vividsolutions.jts.geom.MultiLineString> JTSMultiLineStringPath<A> createMultiLineString(String property, Class<? extends A> type)
<A extends com.vividsolutions.jts.geom.MultiPoint> JTSMultiPointPath<A> createMultiPoint(String property, Class<? extends A> type)
<A extends com.vividsolutions.jts.geom.MultiPolygon> JTSMultiPolygonPath<A> createMultiPolygon(String property, Class<? extends A> type)
<A extends com.vividsolutions.jts.geom.Point> JTSPointPath<A> createPoint(String property, Class<? extends A> type)
<A extends com.vividsolutions.jts.geom.Polygon> JTSPolygonPath<A> createPolygon(String property, Class<? extends A> type)
Copyright © 2007–2015 Querydsl. All rights reserved.