Class TLspImageProjectionStyle.Builder<B extends TLspImageProjectionStyle.Builder<B>>

java.lang.Object
com.luciad.view.lightspeed.style.ALspStyle.Builder<B>
com.luciad.view.lightspeed.layer.imageprojection.TLspImageProjectionStyle.Builder<B>
Enclosing class:
TLspImageProjectionStyle

public static class TLspImageProjectionStyle.Builder<B extends TLspImageProjectionStyle.Builder<B>> extends ALspStyle.Builder<B>
Builder used to create image projection styles.

You must specify an projector and image to create a valid instance.

Example usages:

To create a static image projected on the terrain:

  TLspImageProjectionStyle.newBuilder().
    projector( myProjector ).
    image( new TLsp2DImageTextureObject( myImage ) ).
    build();
 
Since:
2012.0