Class BaseInformationBuilderWithGeometrySupport

java.lang.Object
org.gvsig.tools.util.impl.BaseInformationBuilder
org.gvsig.fmap.geom.jts.BaseInformationBuilderWithGeometrySupport
All Implemented Interfaces:
org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport, org.gvsig.tools.util.InformationBuilder

public class BaseInformationBuilderWithGeometrySupport extends org.gvsig.tools.util.impl.BaseInformationBuilder implements org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
  • Nested Class Summary

    Nested Classes

    Nested classes/interfaces inherited from class org.gvsig.tools.util.impl.BaseInformationBuilder

    org.gvsig.tools.util.impl.BaseInformationBuilder.BasePropertyElement, org.gvsig.tools.util.impl.BaseInformationBuilder.BaseRawElement, org.gvsig.tools.util.impl.BaseInformationBuilder.BaseTextElement, org.gvsig.tools.util.impl.BaseInformationBuilder.BaseTitleElement

    Nested classes/interfaces inherited from interface org.gvsig.tools.util.InformationBuilder

    org.gvsig.tools.util.InformationBuilder.Element, org.gvsig.tools.util.InformationBuilder.PropertyElement, org.gvsig.tools.util.InformationBuilder.RawElement, org.gvsig.tools.util.InformationBuilder.TextElement, org.gvsig.tools.util.InformationBuilder.TitleElement

    Nested classes/interfaces inherited from interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport

    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.EnvelopeElement, org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.PropertyElementWithGeometrySupport, org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.RawElementWithGeometrySupport, org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.TextElementWithGeometrySupport
  • Field Summary

    Fields inherited from class org.gvsig.tools.util.impl.BaseInformationBuilder

    elements, propertyCount
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.gvsig.tools.util.InformationBuilder.Element
    asAbrev(org.gvsig.tools.util.InformationBuilder.Element e, org.gvsig.crs.projection.lib.Projection proj)
     
    protected org.gvsig.tools.util.InformationBuilder.Element
    asWKT(org.gvsig.tools.util.InformationBuilder.Element e, org.gvsig.crs.projection.lib.Projection proj)
     
    protected org.gvsig.tools.util.InformationBuilder.Element
    asWKT(org.gvsig.tools.util.InformationBuilder.Element e, org.gvsig.fmap.geom.Geometry geom)
     
    protected org.gvsig.tools.util.InformationBuilder.Element
    asWKT(org.gvsig.tools.util.InformationBuilder.Element e, org.gvsig.fmap.geom.primitive.Envelope env)
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.EnvelopeElement
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.PropertyElementWithGeometrySupport
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.RawElementWithGeometrySupport
    raw()
     
    org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.TextElementWithGeometrySupport
     

    Methods inherited from class org.gvsig.tools.util.impl.BaseInformationBuilder

    build, title, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport

    build, title
  • Constructor Details

    • BaseInformationBuilderWithGeometrySupport

      public BaseInformationBuilderWithGeometrySupport()
  • Method Details

    • property

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.PropertyElementWithGeometrySupport property()
      Specified by:
      property in interface org.gvsig.tools.util.InformationBuilder
      Specified by:
      property in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
      Overrides:
      property in class org.gvsig.tools.util.impl.BaseInformationBuilder
    • text

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.TextElementWithGeometrySupport text()
      Specified by:
      text in interface org.gvsig.tools.util.InformationBuilder
      Specified by:
      text in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
      Overrides:
      text in class org.gvsig.tools.util.impl.BaseInformationBuilder
    • envelope

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.EnvelopeElement envelope()
      Specified by:
      envelope in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
    • raw

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport.RawElementWithGeometrySupport raw()
      Specified by:
      raw in interface org.gvsig.tools.util.InformationBuilder
      Specified by:
      raw in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
      Overrides:
      raw in class org.gvsig.tools.util.impl.BaseInformationBuilder
    • backgroundColor

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport backgroundColor(String color)
      Specified by:
      backgroundColor in interface org.gvsig.tools.util.InformationBuilder
      Specified by:
      backgroundColor in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
      Overrides:
      backgroundColor in class org.gvsig.tools.util.impl.BaseInformationBuilder
    • backgroundColorTitle

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport backgroundColorTitle(String color)
      Specified by:
      backgroundColorTitle in interface org.gvsig.tools.util.InformationBuilder
      Specified by:
      backgroundColorTitle in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
      Overrides:
      backgroundColorTitle in class org.gvsig.tools.util.impl.BaseInformationBuilder
    • backgroundColorPropertyLabel

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport backgroundColorPropertyLabel(String color)
      Specified by:
      backgroundColorPropertyLabel in interface org.gvsig.tools.util.InformationBuilder
      Specified by:
      backgroundColorPropertyLabel in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
      Overrides:
      backgroundColorPropertyLabel in class org.gvsig.tools.util.impl.BaseInformationBuilder
    • backgroundColorPropertyValue1

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport backgroundColorPropertyValue1(String color)
      Specified by:
      backgroundColorPropertyValue1 in interface org.gvsig.tools.util.InformationBuilder
      Specified by:
      backgroundColorPropertyValue1 in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
      Overrides:
      backgroundColorPropertyValue1 in class org.gvsig.tools.util.impl.BaseInformationBuilder
    • backgroundColorPropertyValue2

      public org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport backgroundColorPropertyValue2(String color)
      Specified by:
      backgroundColorPropertyValue2 in interface org.gvsig.tools.util.InformationBuilder
      Specified by:
      backgroundColorPropertyValue2 in interface org.gvsig.fmap.geom.InformationbuilderWithGeometrySupport
      Overrides:
      backgroundColorPropertyValue2 in class org.gvsig.tools.util.impl.BaseInformationBuilder
    • asAbrev

      protected org.gvsig.tools.util.InformationBuilder.Element asAbrev(org.gvsig.tools.util.InformationBuilder.Element e, org.gvsig.crs.projection.lib.Projection proj)
    • asWKT

      protected org.gvsig.tools.util.InformationBuilder.Element asWKT(org.gvsig.tools.util.InformationBuilder.Element e, org.gvsig.crs.projection.lib.Projection proj)
    • asWKT

      protected org.gvsig.tools.util.InformationBuilder.Element asWKT(org.gvsig.tools.util.InformationBuilder.Element e, org.gvsig.fmap.geom.primitive.Envelope env)
    • asWKT

      protected org.gvsig.tools.util.InformationBuilder.Element asWKT(org.gvsig.tools.util.InformationBuilder.Element e, org.gvsig.fmap.geom.Geometry geom)