org.hibernate.search.annotations
Annotation Type Longitude


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Documented
public @interface Longitude

Mark the property hosting the latitude of a specific spatial coordinate. The property must be of type Double (or its native version).

Author:
Nicolas Helleringer (nicolas.helleringer@novacodex.net)
Experimental
Spatial support is still considered experimental

Optional Element Summary
 String of
           
 

of

public abstract String of
Returns:
the name of the spatial field (defined in @Spatial.name)
Default:
""


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved