Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

citygml2vrml(1) [debian man page]

CITYGML2VRML(1) 						   User Commands						   CITYGML2VRML(1)

NAME
citygml2vrml - Convert citygml files to vrml DESCRIPTION
citygml2vrml v.0.1.4 (c) 2010 Joachim Pouderoux, BRGM This program converts CityGML files to a VRML97 representation More info & updates on http://code.google.com/p/libcitygml Version built on Jun 13 2011 at 19:28:08 with libcitygml v.0.1.4 Usage: citygml2vrml [-options...] <input.gml> [output.wrl] Options: -optimize Merge geometries & polygons with similar properties to reduce file & scene size (recommended) -comments Add comments about the object ids to the VRML file -center Center the model around the first encountered point (may be used to reduce z-fighting artifacts) -filter <mask> CityGML objects to parse (default:All) The mask is composed of: GenericCityObject, Building, Room, BuildingInstallation, BuildingFurniture, Door, Window, CityFurniture, Track, Road, Railway, Square, PlantCover, SolitaryVegetationObject, WaterBody, TINRelief, LandUse, Tunnel, Bridge, BridgeConstructionElement, BridgeIn- stallation, BridgePart, All and seperators |,&,~. Examples: "All&~Track&~Room" to parse everything but tracks & rooms "Road&Railway" to parse only roads & railways -minLOD <level> Minimum LOD level to parse (default:0) -maxLOD <level> Maximum LOD level to parse (default:4) -destSRS <srs> Destination SRS (default: no transform) citygml2vrml v.0.1.4 (c) 2010 Joachim Pouderoux, BRGM June 2011 CITYGML2VRML(1)

Check Out this Related Man Page

XML::Handler::CanonXMLWriter(3) 			User Contributed Perl Documentation			   XML::Handler::CanonXMLWriter(3)

NAME
XML::Handler::CanonXMLWriter - output XML in canonical XML format SYNOPSIS
use XML::Handler::CanonXMLWriter; $writer = XML::Handler::CanonXMLWriter OPTIONS; $parser->parse(Handler => $writer); DESCRIPTION
"XML::Handler::CanonXMLWriter" is a PerlSAX handler that will return a string or write a stream of canonical XML for an XML instance and it's content. "XML::Handler::CanonXMLWriter" objects hold the options used for writing the XML objects. Options can be supplied when the the object is created, $writer = new XML::Handler::CanonXMLWriter PrintComments => 1; or modified at any time before calling the parser's `"parse()"' method: $writer->{PrintComments} = 0; OPTIONS
IOHandle IOHandle contains a handle for writing the canonical XML to. If an IOHandle is not provided, the canonical XML string will be returned from `"parse()"'. PrintComments By default comments are not written to the output. Setting comment to a true value will include comments in the output. AUTHOR
Ken MacLeod, ken@bitsko.slc.ut.us SEE ALSO
perl(1), PerlSAX James Clark's Canonical XML definition <http://www.jclark.com/xml/canonxml.html> perl v5.12.1 2003-10-21 XML::Handler::CanonXMLWriter(3)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Speed Bumps on the Road to Cyber Situational Awareness - Tim Bass

Speed Bumps on the Road to Cyber Situational Awareness Happy Holidays! (0 Replies)
Discussion started by: Neo
0 Replies