10051006100710081009101010111012101310141015
* Encodes a KML TimePrimitive geometry from a feature. */ protected void encodePlacemarkTime(SimpleFeature feature, List<Symbolizer> symbolizers) throws IOException { try { String[] time = new FeatureTimeTemplate(template) .execute(feature); if (time.length == 0) { return; }