Uses of Class
mil.nga.sf.GeometryType
-
Packages that use GeometryType Package Description mil.nga.sf mil.nga.sf.extended mil.nga.sf.util mil.nga.sf.util.filter -
-
Uses of GeometryType in mil.nga.sf
Methods in mil.nga.sf that return GeometryType Modifier and Type Method Description static GeometryType
GeometryType. findName(String name)
Find the Geometry Type from the name if it exists, ignoring casestatic GeometryType
GeometryType. fromName(String name)
Get the Geometry Type from the name, ignoring caseGeometryType
GeometryCollection. getCollectionType()
Get the collection type by evaluating the geometriesGeometryType
Geometry. getGeometryType()
Get the geometry typestatic GeometryType
GeometryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeometryType[]
GeometryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mil.nga.sf with parameters of type GeometryType Constructor Description Curve(GeometryType type, boolean hasZ, boolean hasM)
ConstructorCurvePolygon(GeometryType type, boolean hasZ, boolean hasM)
ConstructorGeometry(GeometryType geometryType, boolean hasZ, boolean hasM)
ConstructorGeometryCollection(GeometryType type, boolean hasZ, boolean hasM)
ConstructorLineString(GeometryType type, boolean hasZ, boolean hasM)
ConstructorMultiCurve(GeometryType type, boolean hasZ, boolean hasM)
ConstructorMultiSurface(GeometryType type, boolean hasZ, boolean hasM)
ConstructorPolygon(GeometryType type, boolean hasZ, boolean hasM)
ConstructorPolyhedralSurface(GeometryType type, boolean hasZ, boolean hasM)
ConstructorSurface(GeometryType type, boolean hasZ, boolean hasM)
Constructor -
Uses of GeometryType in mil.nga.sf.extended
Methods in mil.nga.sf.extended that return GeometryType Modifier and Type Method Description GeometryType
ExtendedGeometryCollection. getGeometryType()
Get the geometry type -
Uses of GeometryType in mil.nga.sf.util
Methods in mil.nga.sf.util that return GeometryType Modifier and Type Method Description static GeometryType
GeometryUtils. parentType(GeometryType geometryType)
Get the parent Geometry Type of the provided geometry typeMethods in mil.nga.sf.util that return types with arguments of type GeometryType Modifier and Type Method Description static Map<GeometryType,Map<GeometryType,?>>
GeometryUtils. childHierarchy(GeometryType geometryType)
Get the child type hierarchy of the provided geometry type.static Map<GeometryType,Map<GeometryType,?>>
GeometryUtils. childHierarchy(GeometryType geometryType)
Get the child type hierarchy of the provided geometry type.static List<GeometryType>
GeometryUtils. childTypes(GeometryType geometryType)
Get the immediate child Geometry Types of the provided geometry typestatic List<GeometryType>
GeometryUtils. parentHierarchy(GeometryType geometryType)
Get the parent type hierarchy of the provided geometry type starting with the immediate parent.Methods in mil.nga.sf.util with parameters of type GeometryType Modifier and Type Method Description static Map<GeometryType,Map<GeometryType,?>>
GeometryUtils. childHierarchy(GeometryType geometryType)
Get the child type hierarchy of the provided geometry type.static List<GeometryType>
GeometryUtils. childTypes(GeometryType geometryType)
Get the immediate child Geometry Types of the provided geometry typestatic List<GeometryType>
GeometryUtils. parentHierarchy(GeometryType geometryType)
Get the parent type hierarchy of the provided geometry type starting with the immediate parent.static GeometryType
GeometryUtils. parentType(GeometryType geometryType)
Get the parent Geometry Type of the provided geometry type -
Uses of GeometryType in mil.nga.sf.util.filter
Methods in mil.nga.sf.util.filter with parameters of type GeometryType Modifier and Type Method Description boolean
GeometryFilter. filter(GeometryType containingType, Geometry geometry)
Filter the geometryboolean
PointFiniteFilter. filter(GeometryType containingType, Geometry geometry)
Filter the geometry
-