Class XLatLonShape.Triangle

java.lang.Object
org.apache.lucene.document.Field
org.apache.lucene.document.XLatLonShape.Triangle
All Implemented Interfaces:
org.apache.lucene.index.IndexableField
Enclosing class:
XLatLonShape

public static class XLatLonShape.Triangle extends org.apache.lucene.document.Field
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.lucene.document.Field

    org.apache.lucene.document.Field.Store
  • Field Summary

    Fields inherited from class org.apache.lucene.document.Field

    fieldsData, name, tokenStream, type
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    setTriangleValue(int aX, int aY, boolean abFromShape, int bX, int bY, boolean bcFromShape, int cX, int cY, boolean caFromShape)
    sets the vertices of the triangle as integer encoded values

    Methods inherited from class org.apache.lucene.document.Field

    binaryValue, fieldType, getCharSequenceValue, name, numericValue, readerValue, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStream, tokenStreamValue, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • setTriangleValue

      protected void setTriangleValue(int aX, int aY, boolean abFromShape, int bX, int bY, boolean bcFromShape, int cX, int cY, boolean caFromShape)
      sets the vertices of the triangle as integer encoded values