public class JTSGeometryJavaTypeDescriptor
extends org.hibernate.type.descriptor.java.AbstractTypeDescriptor<org.locationtech.jts.geom.Geometry>
Geometrys.| Modifier and Type | Field and Description |
|---|---|
static org.hibernate.type.descriptor.java.JavaTypeDescriptor<org.locationtech.jts.geom.Geometry> |
INSTANCE
An instance of this descriptor
|
| Constructor and Description |
|---|
JTSGeometryJavaTypeDescriptor()
Initialize a type descriptor for the geolatte-geom
Geometry type. |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Geometry |
fromString(String string) |
String |
toString(org.locationtech.jts.geom.Geometry value) |
<X> X |
unwrap(org.locationtech.jts.geom.Geometry value,
Class<X> type,
org.hibernate.type.descriptor.WrapperOptions options) |
<X> org.locationtech.jts.geom.Geometry |
wrap(X value,
org.hibernate.type.descriptor.WrapperOptions options) |
areEqual, extractHashCode, extractLoggableRepresentation, getComparator, getJavaType, getJavaTypeClass, getMutabilityPlan, unknownUnwrap, unknownWrappublic static final org.hibernate.type.descriptor.java.JavaTypeDescriptor<org.locationtech.jts.geom.Geometry> INSTANCE
public JTSGeometryJavaTypeDescriptor()
Geometry type.public String toString(org.locationtech.jts.geom.Geometry value)
public org.locationtech.jts.geom.Geometry fromString(String string)
public <X> X unwrap(org.locationtech.jts.geom.Geometry value,
Class<X> type,
org.hibernate.type.descriptor.WrapperOptions options)
public <X> org.locationtech.jts.geom.Geometry wrap(X value,
org.hibernate.type.descriptor.WrapperOptions options)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.