Tabnine Logo
StandardTilePyramidFactoryProvider
Code IndexAdd Tabnine to your IDE (free)

How to use
StandardTilePyramidFactoryProvider
in
com.oculusinfo.tile.init.providers

Best Java code snippets using com.oculusinfo.tile.init.providers.StandardTilePyramidFactoryProvider (Showing top 2 results out of 315)

origin: unchartedsoftware/aperture-tiles

@Before
public void setup () throws Exception {
  try {
    String configFile = "res:///" + UNIT_TEST_CONFIG_JSON;
    Set<FactoryProvider<PyramidIO>> tileIoSet = new HashSet<>();
    tileIoSet.addAll( Arrays.asList( DefaultPyramidIOFactoryProvider.values() ) );
    Set<FactoryProvider<TileSerializer<?>>> serializerSet = new HashSet<>();
    serializerSet.addAll( Arrays.asList( DefaultTileSerializerFactoryProvider.values() ) );
    FactoryProvider<LayerConfiguration> layerConfigurationProvider = new StandardLayerConfigurationProvider(
      new StandardPyramidIOFactoryProvider( tileIoSet ),
      new StandardTilePyramidFactoryProvider(),
      new StandardTileSerializerFactoryProvider(serializerSet),
      new StandardImageRendererFactoryProvider(),
      new StandardTileTransformerFactoryProvider()
    );
    _configService = mock(ConfigService.class);
    withMockConfigService();
    _layerService = new LayerServiceImpl( configFile, layerConfigurationProvider, _configService);
  } catch (Exception e) {
    throw e;
  }
}
origin: unchartedsoftware/aperture-tiles

new StandardTilePyramidFactoryProvider(),
new StandardTileSerializerFactoryProvider(serializerSet),
new StandardImageRendererFactoryProvider(),
com.oculusinfo.tile.init.providersStandardTilePyramidFactoryProvider

Most used methods

  • <init>

Popular in Java

  • Start an intent from android
  • findViewById (Activity)
  • setContentView (Activity)
  • scheduleAtFixedRate (Timer)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • ImageIO (javax.imageio)
  • BoxLayout (javax.swing)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now