- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {DateTime d =
new DateTime()
DateTimeFormatter formatter;String text;formatter.parseDateTime(text)
Object instant;new DateTime(instant)
- Smart code suggestions by Codota
}
/******************************************************************************************************************* * * ******************************************************************************************************************/ public BasicMercatorTiledImageLayer (final @Nonnull LevelSet levelSet, final @Nonnull String name) { super(levelSet, name); if (!WorldWind.getMemoryCacheSet().containsCache(MercatorTextureTile.class.getName())) { final long size = Configuration.getLongValue(AVKey.TEXTURE_IMAGE_CACHE_SIZE, 3000000L); final MemoryCache cache = new BasicMemoryCache((long)(0.85 * size), size); cache.setName("Texture Tiles"); WorldWind.getMemoryCacheSet().addCache(MercatorTextureTile.class.getName(), cache); } }
if (Configuration.getJavaVersion() >= 1.6) { try { docBuilderFactory.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);
Configuration.setValue( AVKey.MIL_STD_2525_ICON_RETRIEVER_PATH, this.getClass().getClassLoader().getResource("milstd2525"));